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

311.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_javascriptcloneschedule8C4EAC28-1F66-E211-BEE9-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

311.2 Comparison summary

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

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

311.4 Active regular expressions

No regular expressions were active.

311.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.C loneSchedu le == 'und efined') {  North52.C loneSchedu le = {}; }
        3  
        4   North52.Cl oneSchedul e.Ok= func tion () {
        5  
        6           };
        7      
        8       North5 2.CloneSch edule.OnLo ad = funct ion () {
        9          $(' #btnOk').a ttr('disab led',true) ;  
        10         
        11         var  command =  N52.Dialog Helpers.Ge tParameter ByName('da ta');
        12         var  recordid=  N52.Dialog Helpers.Ge tParameter ByName('id ');
        13         var  configurat ionId = N5 2.DialogHe lpers.GetC onfigurati onId();
        14  
        15         var  serverUrl  = N52.Dial ogHelpers. GetServerU rl();
        16         Nort h52.CloneS chedule.Ex ecuteClone (command,  recordid,  serverUrl,  configura tionId  );      
        17       };
        18  
        19  
        20   North52.Cl oneSchedul e.ExecuteC lone= func tion(comma nd, record id, server url, confi gurationId  ) {
        21  
        22                         var config uration =  {};
        23                         configurat ion.north5 2_Command  = { Value:  command } ;
        24                         configurat ion.north5 2_CommandP arameter =  recordid  + "|" + 10 000 + "|"  + 5 ;
        25  
        26                         SDK.JQuery .updateRec ord(
        27                              confi gurationId ,
        28                              confi guration,
        29                              "nort h52_config uration", 
        30                              North 52.CloneSc hedule.con figSuccess ,
        31                              North 52.CloneSc hedule.con figError
        32                           );
        33             
        34   };
        35  
        36    North52.C loneSchedu le.configS uccess= fu nction ()  {
        37  
        38       try {
        39  
        40                 if ( (n avigator.u serAgent.s earch('MSI E') > 0) | | (navigat or.userAge nt.search( 'Trident/' ) > 0) )
        41               {
        42                  var op ener = win dow.dialog Arguments;
        43                  var gr idControl  = opener.d ocument.ge tElementBy Id('crmGri d');
        44         
        45                  if (gr idControl  != null)
        46                     gri dControl.c ontrol.ref resh();
        47                }
        48           }
        49           ca tch (ex)
        50           { 
        51                   
        52           }
        53       
        54  
        55           wi ndow.close ();
        56        };
        57  
        58    North52.C loneSchedu le.configE rror= func tion (XmlH ttpRequest , textStat us, errorT hrown) {
        59                           
        60                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        61                           $('#btnO k').attr(' disabled', false); 
        62                          $('#loadi ng').hide( ); 
        63          };