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_currency9BF4D5AC-2090-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 | 133 |
| 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 Currenc y</title> | |||||
| 2 | <script sr c="ClientG lobalConte xt.js.aspx "></script > | |||||
| 3 | <script ty pe="text/j avascript" src="nort h52_/javas cript/lcid "></script > | |||||
| 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 Curren cy = {}; | |||||
| 17 | ||||||
| 18 | ||||||
| 19 | Currency.I nit= funct ion() { | |||||
| 20 | ||||||
| 21 | try | |||||
| 22 | { | |||||
| 23 | $("#dd lCurrency" ).hide(); | |||||
| 24 | $("sel ect[id$=dd lCurrency] > option" ).remove() ; | |||||
| 25 | ||||||
| 26 | var op tions= "$s elect=Curr encyName&$ orderby=Cu rrencyName asc"; | |||||
| 27 | ||||||
| 28 | SDK .REST.retr ieveMultip leRecords( "Transacti onCurrency ", options , Currency .RetrieveE ntityData, function (error) { window['n5 2error'] = error; wi ndow['exec utionConte xt'] = nul l; alert(" North52 Fo rmula Mana ger: An er ror has oc curred ple ase contac t your sys tem admini strator." ); }, Cur rency.Retr ieveComple te); | |||||
| 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 | Currency.R etrieveEnt ityData= f unction(da ta) { | |||||
| 43 | ||||||
| 44 | try | |||||
| 45 | { | |||||
| 46 | ||||||
| 47 | for (v ar i = 0; i < data.l ength; i++ ) | |||||
| 48 | { | |||||
| 49 | N52 .HTMLWebRe sourceHelp er.InsertO ptionSetIt em("ddlCur rency", da ta[i].Curr encyName , data[i].C urrencyNam e); | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | var sa vedCurrenc y = parent .Xrm.Page. getAttribu te("north5 2_currency key").getV alue(); | |||||
| 53 | N52.HT MLWebResou rceHelper. InsertOpti onSetItemA tTop("ddlC urrency", '' , '' ); | |||||
| 54 | ||||||
| 55 | if (sa vedCurrenc y !== null && savedC urrency != ="") | |||||
| 56 | { | |||||
| 57 | $("#ddlC urrency"). val(savedC urrency); | |||||
| 58 | } | |||||
| 59 | else | |||||
| 60 | { | |||||
| 61 | $ ("#ddlCurr ency").val (''); | |||||
| 62 | p arent.Xrm. Page.data. entity.att ributes.ge t("north52 _currencyk ey").setVa lue(""); | |||||
| 63 | ||||||
| 64 | } | |||||
| 65 | ||||||
| 66 | $('#loa ding').hid e(); | |||||
| 67 | $('#ddl Currency') .show(); | |||||
| 68 | ||||||
| 69 | } | |||||
| 70 | catch(ex) | |||||
| 71 | { | |||||
| 72 | 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); | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | }; | |||||
| 76 | ||||||
| 77 | ||||||
| 78 | ||||||
| 79 | Currency.D ropDownCha nged= func tion(value ) { | |||||
| 80 | ||||||
| 81 | try | |||||
| 82 | { | |||||
| 83 | if (va lue != nul l && value !="") | |||||
| 84 | { | |||||
| 85 | par ent.Xrm.Pa ge.data.en tity.attri butes.get( "north52_c urrencykey ").setValu e(value); | |||||
| 86 | } | |||||
| 87 | else | |||||
| 88 | { | |||||
| 89 | parent.Xrm .Page.data .entity.at tributes.g et("north5 2_currency key").setV alue(""); | |||||
| 90 | } | |||||
| 91 | ||||||
| 92 | } | |||||
| 93 | catch(e x) | |||||
| 94 | { | |||||
| 95 | 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); | |||||
| 96 | } | |||||
| 97 | } ; | |||||
| 98 | ||||||
| 99 | ||||||
| 100 | Currency.R etrieveCom plete= fun ction(valu e) { | |||||
| 101 | ||||||
| 102 | v ar msg = ' Complete'; | |||||
| 103 | }; | |||||
| 104 | ||||||
| 105 | ||||||
| 106 | </script> | |||||
| 107 | ||||||
| 108 | <style typ e="text\cs s"> | |||||
| 109 | #loading { | |||||
| 110 | width: 1 00%; | |||||
| 111 | height: 100%; | |||||
| 112 | top: 0px ; | |||||
| 113 | left: 0p x; | |||||
| 114 | opacity: 0.7; | |||||
| 115 | backgrou nd-color: #fff; | |||||
| 116 | z-index: 99; | |||||
| 117 | text-ali gn: center ; | |||||
| 118 | } | |||||
| 119 | ||||||
| 120 | #loading-i mage { | |||||
| 121 | top: 0px ; | |||||
| 122 | left: 0p x; | |||||
| 123 | z-index: 100; | |||||
| 124 | } | |||||
| 125 | ||||||
| 126 | ||||||
| 127 | </style> | |||||
| 128 | ||||||
| 129 | <meta char set="utf-8 "> | |||||
| 130 | </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= "Currency. Init();" b gColor="tr ansparent" > | |||||
| 131 | <div id="c ontainer"> | |||||
| 132 | <div id="l oading"><i mg id='loa ding-image "' alt="Lo ading" src ="north52_ image_prog ress"> </d iv> | |||||
| 133 | <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 dlCurrency " onchange ="Currency .DropDownC hanged(thi s.value)" class="ms- crm-Select Box"></sel ect> </div ></div></b ody></html > |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.