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

343.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_javascriptnorth52publishformula70D7B78D-5D66-E211-BEE9-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

343.2 Comparison summary

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

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

343.4 Active regular expressions

No regular expressions were active.

343.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.P ublishForm ula == 'un defined')  { North52. PublishFor mula = {};  }
        3  
        4   North52.Pu blishFormu la.Ok= fun ction () {
        5  
        6           };
        7      
        8       North5 2.PublishF ormula.OnL oad = func tion () {
        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       
        17         Nort h52.Publis hFormula.E xecuteActi on(recordI d, command , serverUr l,configur ationId  ) ;     
        18       };
        19  
        20  
        21   North52.Pu blishFormu la.Execute Action= fu nction(rec ordid, com mand, serv erurl, con figuration Id ) {
        22  
        23     try
        24      { 
        25           va r configur ation = {} ;
        26          con figuration .north52_C ommand = {  Value: 21 7890012};
        27          con figuration .north52_C ommandPara meter = co mmand;
        28  
        29          SDK .JQuery.up dateRecord (
        30                              confi gurationId ,
        31                              confi guration,
        32                              "nort h52_config uration", 
        33                              North 52.Publish Formula.co nfigSucces s,
        34                              North 52.Publish Formula.co nfigError
        35            ) ;
        36   }
        37     catch (e x)
        38     {
        39        alert ('North52  Formula Ma nager Erro r: ' + ex. message);
        40      }
        41  
        42   };
        43  
        44    North52.P ublishForm ula.config Success= f unction ()  {
        45       
        46           wi ndow.close ();
        47        };
        48  
        49    North52.P ublishForm ula.config Error= fun ction (Xml HttpReques t, textSta tus, error Thrown) {
        50                           
        51                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        52                           $('#btnO k').attr(' disabled', false); 
        53                          $('#loadi ng').hide( ); 
        54          };