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_businessunit3CBFFC85-BB8E-E411-860E-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 | 135 |
| 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 Busines s Unit</ti tle> | |||||
| 2 | <script sr c="ClientG lobalConte xt.js.aspx "></script > | |||||
| 3 | ||||||
| 4 | <script ty pe="text/j avascript" src="nort h52_/javas cript/jque ry"></scri pt> | |||||
| 5 | ||||||
| 6 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52.htmlwe bresource. helper"></ script> | |||||
| 7 | ||||||
| 8 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52_dialog _helper">< /script> | |||||
| 9 | ||||||
| 10 | <script ty pe="text/j avascript" src="nort h52_/javas cript/sdk. rest"></sc ript> | |||||
| 11 | <script ty pe="text/j avascript" src="nort h52_/javas cript/JSON 2"></scrip t> | |||||
| 12 | ||||||
| 13 | ||||||
| 14 | <script ty pe="text/j avascript" > | |||||
| 15 | ||||||
| 16 | var Busine ssUnit = { }; | |||||
| 17 | ||||||
| 18 | ||||||
| 19 | BusinessUn it.Init= f unction() { | |||||
| 20 | ||||||
| 21 | try | |||||
| 22 | { | |||||
| 23 | $("#dd lBusinessU nit").hide (); | |||||
| 24 | $("sel ect[id$=dd lBusinessU nit] > opt ion").remo ve(); | |||||
| 25 | ||||||
| 26 | var op tions= "$s elect=Name &$filter=N ame ne ''& $orderby= Name asc"; | |||||
| 27 | ||||||
| 28 | SDK .REST.retr ieveMultip leRecords( "BusinessU nit", opti ons, Busin essUnit.Re trieveEnti tyData, fu nction (er ror) { win dow['n52er ror'] = er ror; windo w['executi onContext' ] = null; alert("Nor th52 Formu la Manager : An error has occur red please contact y our system administr ator." ); }, Busine ssUnit.Ret rieveCompl ete); | |||||
| 29 | ||||||
| 30 | ||||||
| 31 | } | |||||
| 32 | catch(ex) | |||||
| 33 | { | |||||
| 34 | alert( 'North52 F ormula Man ager: Comm unication issue, ple ase click Ok & then F5 to refr esh the sc reen. Mess age: ' + e x.message) ; | |||||
| 35 | ||||||
| 36 | } | |||||
| 37 | ||||||
| 38 | }; | |||||
| 39 | ||||||
| 40 | ||||||
| 41 | ||||||
| 42 | BusinessUn it.Retriev eEntityDat a= functio n(data) { | |||||
| 43 | ||||||
| 44 | try | |||||
| 45 | { | |||||
| 46 | ||||||
| 47 | for (v ar i = 0; i < data.l ength; i++ ) | |||||
| 48 | { | |||||
| 49 | N52. HTMLWebRes ourceHelpe r.InsertOp tionSetIte m("ddlBusi nessUnit", data[i].N ame, data[ i].Name); | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | var sa vedBusines sUnit = pa rent.Xrm.P age.getAtt ribute("no rth52_busi nessunitke y").getVal ue(); | |||||
| 53 | N52.H TMLWebReso urceHelper .InsertOpt ionSetItem AtTop("ddl BusinessUn it", '' , '' ); | |||||
| 54 | ||||||
| 55 | if (sa vedBusines sUnit !== null && sa vedBusines sUnit !==" ") | |||||
| 56 | { | |||||
| 57 | $("#ddlB usinessUni t").val(sa vedBusines sUnit); | |||||
| 58 | } | |||||
| 59 | else | |||||
| 60 | { | |||||
| 61 | $ ("#ddlBusi nessUnit") .val(''); | |||||
| 62 | p arent.Xrm. Page.data. entity.att ributes.ge t("north52 _businessu nitkey").s etValue("" ); | |||||
| 63 | ||||||
| 64 | } | |||||
| 65 | ||||||
| 66 | ||||||
| 67 | ||||||
| 68 | $('#loa ding').hid e(); | |||||
| 69 | $('#ddl BusinessUn it').show( ); | |||||
| 70 | ||||||
| 71 | } | |||||
| 72 | catch(ex) | |||||
| 73 | { | |||||
| 74 | alert(' North52 Fo rmula Mana ger: Commu nication i ssue, plea se click O k & then F 5 to refre sh the scr een. Messa ge: ' + ex .message); | |||||
| 75 | } | |||||
| 76 | ||||||
| 77 | }; | |||||
| 78 | ||||||
| 79 | ||||||
| 80 | ||||||
| 81 | BusinessUn it.DropDow nChanged= function(v alue) { | |||||
| 82 | ||||||
| 83 | try | |||||
| 84 | { | |||||
| 85 | if (va lue != nul l && value !="") | |||||
| 86 | { | |||||
| 87 | par ent.Xrm.Pa ge.data.en tity.attri butes.get( "north52_b usinessuni tkey").set Value(valu e); | |||||
| 88 | } | |||||
| 89 | else | |||||
| 90 | { | |||||
| 91 | pa rent.Xrm.P age.data.e ntity.attr ibutes.get ("north52_ businessun itkey").se tValue("") ; | |||||
| 92 | } | |||||
| 93 | ||||||
| 94 | } | |||||
| 95 | catch(e x) | |||||
| 96 | { | |||||
| 97 | 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); | |||||
| 98 | } | |||||
| 99 | } ; | |||||
| 100 | ||||||
| 101 | ||||||
| 102 | BusinessUn it.Retriev eComplete= function( value) { | |||||
| 103 | ||||||
| 104 | v ar msg = ' Complete'; | |||||
| 105 | }; | |||||
| 106 | ||||||
| 107 | ||||||
| 108 | </script> | |||||
| 109 | ||||||
| 110 | <style typ e="text\cs s"> | |||||
| 111 | #loading { | |||||
| 112 | width: 1 00%; | |||||
| 113 | height: 100%; | |||||
| 114 | top: 0px ; | |||||
| 115 | left: 0p x; | |||||
| 116 | opacity: 0.7; | |||||
| 117 | backgrou nd-color: #fff; | |||||
| 118 | z-index: 99; | |||||
| 119 | text-ali gn: center ; | |||||
| 120 | } | |||||
| 121 | ||||||
| 122 | #loading-i mage { | |||||
| 123 | top: 0px ; | |||||
| 124 | left: 0p x; | |||||
| 125 | z-index: 100; | |||||
| 126 | } | |||||
| 127 | ||||||
| 128 | ||||||
| 129 | </style> | |||||
| 130 | ||||||
| 131 | <meta char set="utf-8 "> | |||||
| 132 | </head><bo dy style=" margin: 0p x; border: 0px curre ntColor; p adding-top : 0px; pad ding-left: 0px; font -family: S egoe UI, T ahoma, Ari al; font-s ize: 11px; font-weig ht: normal ;" onload= "BusinessU nit.Init() ;" bgColor ="transpar ent"> | |||||
| 133 | <div id="c ontainer"> | |||||
| 134 | <div id="l oading"><i mg id='loa ding-image "' alt="Lo ading" src ="north52_ image_prog ress"> </d iv> | |||||
| 135 | <div id="m ain"><sele ct style=" width: 100 %; font-fa mily: Sego e UI; font -size: 11p x; font-we ight: norm al;" id="d dlBusiness Unit" onch ange="Busi nessUnit.D ropDownCha nged(this. value)" cl ass="ms-cr m-SelectBo x"></selec t> </div>< /div></bod y></html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.