346. EPMO Open Source Coordination Office Redaction File Detail Report

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

346.1 Files compared

# Location File Last Modified
1 Tue May 9 16:03:04 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_javascriptnorth52scheduleprocessing34070FBD-4866-E211-BEE9-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

346.2 Comparison summary

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

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

346.4 Active regular expressions

No regular expressions were active.

346.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.S chedulePro cessing ==  'undefine d') { Nort h52.Schedu leProcessi ng = {}; }
        3  
        4   North52.Sc heduleProc essing.Ok=  function  () {
        5  
        6           };
        7      
        8       North5 2.Schedule Processing .OnLoad =  function ( ) {
        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         var  serverUrl  = N52.Dial ogHelpers. GetServerU rl();
        15  
        16         Nort h52.Schedu leProcessi ng.Execute Schedule(r ecordid, c ommand, se rverUrl,co nfiguratio nId  );      
        17       };
        18  
        19  
        20   North52.Sc heduleProc essing.Exe cuteSchedu le= functi on(recordi d, command , serverur l, configu rationId )  {
        21  
        22     try
        23      { 
        24                       v ar configu ration = { };
        25                         configurat ion.north5 2_Command  = { Value:  command } ;
        26                         configurat ion.north5 2_CommandP arameter =  recordid  + "|" + 10 000 + "|"  + 5 ;
        27  
        28                         SDK.JQuery .updateRec ord(
        29                              confi gurationId ,
        30                              confi guration,
        31                              "nort h52_config uration", 
        32                              North 52.Schedul eProcessin g.configSu ccess,
        33                              North 52.Schedul eProcessin g.configEr ror
        34                           );
        35   }
        36     catch (e x)
        37     {
        38        alert ('North52  Formula Ma nager Erro r: ' + ex. message);
        39      }
        40  
        41   };
        42  
        43    North52.S chedulePro cessing.co nfigSucces s= functio n () {
        44    
        45           wi ndow.close ();
        46        };
        47  
        48    North52.S chedulePro cessing.co nfigError=  function  (XmlHttpRe quest, tex tStatus, e rrorThrown ) {
        49                           
        50                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        51                           $('#btnO k').attr(' disabled', false); 
        52                          $('#loadi ng').hide( ); 
        53          };