317. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/9/2017 12:03:03 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.

317.1 Files compared

# Location File Last Modified
1 Tue May 9 16:03:03 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_javascripteditordeploymentsolution8561A9B6-3A39-E611-9F4C-00155D011502 Mon Sep 19 18:20:18 2016 UTC

317.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 92
Removed 0 0

317.3 Comparison options

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

317.4 Active regular expressions

No regular expressions were active.

317.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.D eploymentS olution ==  'undefine d') { Nort h52.Deploy mentSoluti on = {}; }
        3  
        4  
        5   North52.De ploymentSo lution.Loa d = functi on() {  
        6  
        7     try
        8   {
        9             
        10        if (p arent.Xrm. Page.ui.ge tFormType( ) != 6)
        11        {
        12  
        13          $(" #formulaDe ploymentSo lution").h ide();
        14          $(" select[id$ =formulaDe ploymentSo lution] >  option").r emove();
        15  
        16           va r options=  "$select= FriendlyNa me,UniqueN ame&$filte r=IsManage d eq false  and IsVis ible eq tr ue and Uni queName ne  'Default' &$orderby=  FriendlyN ame asc";
        17  
        18           SD K.REST.ret rieveMulti pleRecords ("Solution ", options , North52. Deployment Solution.R etrieveEnt ityData, f unction (e rror) { wi ndow['n52e rror'] = e rror; wind ow['execut ionContext '] = null;  alert("No rth52 Form ula Manage r: An erro r has occu rred pleas e contact  your syste m administ rator."  ) ; }, North 52.Deploym entSolutio n.Retrieve Complete);
        19          }
        20      
        21    }
        22    catch(ex)
        23    {
        24       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) ;
        25  
        26    }
        27           
        28      
        29     };
        30  
        31  
        32  
        33  
        34  
        35   North52.De ploymentSo lution.Ret rieveEntit yData = fu nction(dat a) {  
        36  
        37   try
        38    {
        39  
        40       for (v ar i = 0;  i < data.l ength; i++ )
        41       {
        42         N52. HTMLWebRes ourceHelpe r.InsertOp tionSetIte m("formula Deployment Solution",  data[i].F riendlyNam e, data[i] .UniqueNam e);    
        43        }
        44  
        45          var  savedSolu tion = par ent.Xrm.Pa ge.getAttr ibute("nor th52_deplo ymentsolut ion").getV alue();
        46  
        47       if (sa vedSolutio n !== null  && savedS olution != ="") 
        48       {  
        49                $("#form ulaDeploym entSolutio n").val(sa vedSolutio n);
        50         }
        51         else
        52         {
        53            $ ("#formula Deployment Solution") .val('Nort h52Formula ManagerDep loymentSol ution');
        54            p arent.Xrm. Page.data. entity.att ributes.ge t("north52 _deploymen tsolution" ).setValue ("North52F ormulaMana gerDeploym entSolutio n");
        55  
        56         }
        57  
        58      $('#loa ding-formu ladeployme ntsolution ').hide();  
        59      $('#for mulaDeploy mentSoluti on').show( ); 
        60  
        61    }
        62    catch(ex)
        63    {
        64      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);
        65    }
        66    
        67  
        68     };
        69  
        70  
        71   North52.De ploymentSo lution.Dro pDownChang ed= functi on(value)  {  
        72  
        73  
        74     try
        75     {
        76       if (va lue != nul l && value !="")
        77       {  
        78          par ent.Xrm.Pa ge.data.en tity.attri butes.get( "north52_d eployments olution"). setValue(v alue);
        79        }
        80  
        81      }
        82      catch(e x)
        83      {
        84         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);
        85      }
        86   } ; 
        87  
        88   North52.De ploymentSo lution.Ret rieveCompl ete= funct ion(value)  {  
        89  
        90  
        91            v ar msg = ' Complete';
        92     };