336. 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.

336.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_javascriptnorth52configuration5B5C7E8B-C428-E111-965F-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

336.2 Comparison summary

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

336.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

336.4 Active regular expressions

No regular expressions were active.

336.5 Comparison detail

        1   if (typeof  (N52) ==  "undefined ")
        2   { N52 = {} ; } 
        3  
        4   N52.Config uration =
        5   {    
        6  
        7  
        8     RefreshC ache: func tion ()
        9     {
        10       try
        11       {
        12         var  configurat ion = {};
        13         conf iguration. north52_Co mmand = {" __metadata ": {"type" : "Microso ft.Crm.Sdk .Data.Serv ices.Optio nSetValue" }, "Value" : 21789000 0};
        14  
        15         SDK. JQuery.upd ateRecord(
        16           Xr m.Page.dat a.entity.g etId(),
        17           co nfiguratio n,
        18           "n orth52_con figuration ", 
        19           N5 2.Configur ation.Refr eshCacheco nfigSucces s,
        20           N5 2.Configur ation.Refr eshCacheco nfigError
        21         );
        22      }
        23      catch(e x)
        24      {
        25       alert( "North52 F ormula Man ager Excep tion: " +  ex.message );
        26      } 
        27  
        28     },
        29  
        30  
        31     RefreshC acheconfig Success: f unction ()
        32     {
        33        alert ('Success  : Refresh  of the cac hes will o ccur on th e next sys tem reques t to Formu la Manager .');
        34     },
        35  
        36     RefreshC acheconfig Error: fun ction (err or)
        37     {
        38      alert(e rror.messa ge);
        39     },
        40  
        41    PublishAl l: functio n (recordi d)
        42     {
        43       try
        44       {
        45        
        46          var  command =  '21789001 7';
        47          var  parameter  = 'N52 Pu blish All'
        48          var  configura tion = {};
        49          con figuration .north52_C ommand = {  Value: co mmand };
        50          con figuration .north52_C ommandPara meter =  p arameter ;
        51  
        52         SDK. JQuery.upd ateRecord(
        53           Xr m.Page.dat a.entity.g etId(),
        54           co nfiguratio n,
        55           "n orth52_con figuration ", 
        56           N5 2.Configur ation.Publ ishAllconf igSuccessN oMessage,
        57           N5 2.Configur ation.Publ ishAllconf igError
        58         );
        59  
        60      }
        61      catch(e x)
        62      {
        63       alert( "North52 F ormula Man ager Excep tion: " +  ex.message );
        64      } 
        65  
        66     },
        67  
        68    PublishAl lconfigSuc cessNoMess age: funct ion ()
        69     {
        70         aler t('Success  : All for mulas & sc hedules ar e now publ ishing. Pl ease navig ate to Set tings -> S ystem Jobs  & look fo r the work flow N52 P ublish All  for furth er details .');
        71     },
        72  
        73     
        74     PublishA llconfigEr ror: funct ion (error )
        75     {
        76  
        77      alert(e rror.messa ge);
        78     },
        79  
        80   ExecuteCom mand: func tion (comm and)
        81     {
        82       try
        83       {
        84           
        85         var  configurat ion = {};
        86         conf iguration. north52_Co mmand = {  Value: com mand};
        87        
        88  
        89         SDK. JQuery.upd ateRecord(
        90           Xr m.Page.dat a.entity.g etId(),
        91           co nfiguratio n,
        92           "n orth52_con figuration ", 
        93           N5 2.Configur ation.Exec uteCommand configSucc ess,
        94           N5 2.Configur ation.Exec uteCommand configErro r
        95         );
        96  
        97  
        98      }
        99      catch(e x)
        100      {
        101       alert( "North52 F ormula Man ager Excep tion: " +  ex.message );
        102      } 
        103  
        104     },
        105  
        106  
        107     ExecuteC ommandconf igSuccess:  function  ()
        108     {
        109        alert ('Success  : The comm and has co mpleted.') ;
        110     },
        111  
        112     ExecuteC ommandconf igError: f unction (e rror)
        113     {
        114  
        115      alert(e rror.messa ge);
        116     },
        117  
        118  
        119    OnLoad: f unction ()
        120     {
        121  
        122        windo w.top.move To(0,0);
        123         wind ow.top.res izeTo(scre en.availWi dth, scree n.availHei ght);
        124     },
        125  
        126  
        127  
        128   Save: func tion (exec utionConte xt)
        129     {
        130         var  eventArgs  = executio nContext.g etEventArg s();
        131  
        132         if ( eventArgs. getSaveMod e() == 70)
        133         {
        134               eventArgs .preventDe fault();
        135               return;
        136         }
        137  
        138     }
        139  
        140  
        141   }