Produced by Araxis Merge on 5/9/2017 12:03:00 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Tue May 9 16:03:00 2017 UTC | ||
| 2 | OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Managed\North52BPA_1_0_0_506_managed_2013_2015_2016..zip\WebResources | north52_html_form_tabsE1B2101E-CDF4-E311-9F1E-00155DF5B00D | Mon Sep 19 18:20:18 2016 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 134 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <html><hea d><title>N orth52 For mula Manag er Form Ta bs</title> | |||||
| 2 | ||||||
| 3 | ||||||
| 4 | <style typ e="text/cs s"> | |||||
| 5 | ||||||
| 6 | html, body { | |||||
| 7 | margin: 0p x; | |||||
| 8 | padding: 0 px; | |||||
| 9 | background -color: tr ansparent; | |||||
| 10 | } | |||||
| 11 | </style> | |||||
| 12 | ||||||
| 13 | ||||||
| 14 | <script sr c="ClientG lobalConte xt.js.aspx "></script > | |||||
| 15 | ||||||
| 16 | <script ty pe="text/j avascript" src="nort h52_/javas cript/jque ry"></scri pt> | |||||
| 17 | ||||||
| 18 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52.htmlwe bresource. helper"></ script> | |||||
| 19 | <script ty pe="text/j avascript" src="nort h52_/javas cript/sdk. rest"></sc ript> | |||||
| 20 | ||||||
| 21 | <script ty pe="text/j avascript" src="nort h52_/Javas cript/sdk. metadata.j s"></scrip t> | |||||
| 22 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52_dialog _helper">< /script> | |||||
| 23 | ||||||
| 24 | <script ty pe="text/j avascript" src="nort h52_/javas cript/JSON 2"></scrip t> | |||||
| 25 | ||||||
| 26 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52.htmlwe bresource. helper"></ script> | |||||
| 27 | ||||||
| 28 | ||||||
| 29 | <script ty pe="text/j avascript" > | |||||
| 30 | ||||||
| 31 | $(documen t).ready(f unction () { TargetE ntity.Init (); | |||||
| 32 | }); | |||||
| 33 | ||||||
| 34 | ||||||
| 35 | var Target Entity = { }; | |||||
| 36 | ||||||
| 37 | ||||||
| 38 | TargetEnti ty.Init= f unction() { | |||||
| 39 | ||||||
| 40 | var sourc eEntity = parent.Xrm .Page.data .entity.at tributes.g et("north5 2_sourceen tityname") .getValue( ); | |||||
| 41 | ||||||
| 42 | if ( (sou rceEntity == null) | | (sourceE ntity == " ") ) | |||||
| 43 | sour ceEntity = "account" ; | |||||
| 44 | ||||||
| 45 | var optio ns = ""; | |||||
| 46 | ||||||
| 47 | if (typeo f parent.X rm.Page.ui .clearForm Notificati on != "un defined") | |||||
| 48 | option s = "$sele ct=*&$filt er=ObjectT ypeCode eq " + "'"+ sourceEnti ty + "' an d Type/Val ue eq 2 an d FormActi vationStat e/Value eq 1"; | |||||
| 49 | else | |||||
| 50 | option s = "$sele ct=*&$filt er=ObjectT ypeCode eq " + "'"+ sourceEnti ty + "' an d Type/Val ue eq 2"; | |||||
| 51 | ||||||
| 52 | SDK.REST .retrieveM ultipleRec ords("Syst emForm", o ptions, Ta rgetEntity .retrieveF ormCallBac k, functio n (error) { alert("N orth52 For mula Manag er: " + er ror.messag e); }, Tar getEntity. formsRetri eveComplet e) | |||||
| 53 | } ; | |||||
| 54 | ||||||
| 55 | ||||||
| 56 | TargetEnti ty.retriev eFormCallB ack= funct ion(retrie vedForms) | |||||
| 57 | { | |||||
| 58 | ||||||
| 59 | ||||||
| 60 | for (va r i = 0; i < retriev edForms.le ngth; i++) | |||||
| 61 | { | |||||
| 62 | var f ormResult = retrieve dForms[i]; | |||||
| 63 | var x ml = N52.H TMLWebReso urceHelper .GetXmlDoc ument(form Result.For mXml); | |||||
| 64 | var x path = "/f orm/tabs/t ab/@name"; | |||||
| 65 | ||||||
| 66 | var a ttributes = N52.HTML WebResourc eHelper.Ge tXmlNodes( xml , xpat h ); | |||||
| 67 | ||||||
| 68 | N52. HTMLWebRes ourceHelpe r.InsertOp tionSetIte m('targete ntity', ' ', '' ); | |||||
| 69 | ||||||
| 70 | for (var k = 0 ; k < attr ibutes.len gth; k++) | |||||
| 71 | { | |||||
| 72 | N5 2.HTMLWebR esourceHel per.Insert OptionSetI tem('targe tentity', formResul t.Name + ': '+ attr ibutes [k] .value, at tributes [ k].value ); | |||||
| 73 | } | |||||
| 74 | } | |||||
| 75 | ||||||
| 76 | $('# loading'). hide(); | |||||
| 77 | $('# targetenti ty').show( ); | |||||
| 78 | ||||||
| 79 | }; | |||||
| 80 | ||||||
| 81 | TargetEnti ty.formsRe trieveComp lete= func tion() | |||||
| 82 | { | |||||
| 83 | v ar msg = ' Complete'; | |||||
| 84 | }; | |||||
| 85 | ||||||
| 86 | TargetEnti ty.DropDow nChanged= function(v alue) { | |||||
| 87 | ||||||
| 88 | try | |||||
| 89 | { | |||||
| 90 | if (va lue != nul l && value !="") | |||||
| 91 | { | |||||
| 92 | par ent.Xrm.Pa ge.data.en tity.attri butes.get( "north52_c lientsided atapayload ").setValu e(value); | |||||
| 93 | } | |||||
| 94 | ||||||
| 95 | } | |||||
| 96 | catch(e x) | |||||
| 97 | { | |||||
| 98 | aler t('North52 Formula M anager: Co mmunicatio n issue, p lease clic k Ok & the n F5 to re fresh the screen. Me ssage: ' + ex.messag e); | |||||
| 99 | } | |||||
| 100 | } ; | |||||
| 101 | </script> | |||||
| 102 | ||||||
| 103 | <style typ e="text\cs s"> | |||||
| 104 | #loading { | |||||
| 105 | width: 1 00%; | |||||
| 106 | height: 100%; | |||||
| 107 | top: 0px ; | |||||
| 108 | left: 0p x; | |||||
| 109 | opacity: 0.7; | |||||
| 110 | backgrou nd-color: #fff; | |||||
| 111 | z-index: 99; | |||||
| 112 | text-ali gn: center ; | |||||
| 113 | } | |||||
| 114 | ||||||
| 115 | #loading-i mage { | |||||
| 116 | top: 0px ; | |||||
| 117 | left: 0p x; | |||||
| 118 | z-index: 100; | |||||
| 119 | } | |||||
| 120 | .main { | |||||
| 121 | display: none; | |||||
| 122 | width: 1 00%; | |||||
| 123 | height: 100%; | |||||
| 124 | top: 0px ; | |||||
| 125 | left: 0p x; | |||||
| 126 | } | |||||
| 127 | ||||||
| 128 | </style> | |||||
| 129 | ||||||
| 130 | <meta char set="utf-8 "> | |||||
| 131 | </head><bo dy> | |||||
| 132 | <div id="c ontainer"> | |||||
| 133 | <div id="l oading"><i mg id='loa ding-image "' alt="Lo ading" src ="north52_ image_prog ress"> </d iv> | |||||
| 134 | <div id="m ain"><sele ct style=" width: 100 %; font-fa mily: Sego e UI; font -size: 11p x; font-we ight: norm al; displa y: none;" id="target entity" on change="Ta rgetEntity .DropDownC hanged(thi s.value)"> </select> </div></di v></body>< /html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.