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

312.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_javascriptclone_formula1DC51407-5F66-E211-BEE9-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

312.2 Comparison summary

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

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

312.4 Active regular expressions

No regular expressions were active.

312.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.C loneFormul a == 'unde fined') {  North52.Cl oneFormula  = {}; }
        3  
        4   North52.Cl oneFormula .Ok= funct ion () {
        5  
        6           };
        7      
        8       North5 2.CloneFor mula.OnLoa d = functi on () {
        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.CloneF ormula.Clo ne(recordi d, command , serverUr l,configur ationId  ) ;     
        17       };
        18  
        19  
        20   North52.Cl oneFormula .Clone= fu nction(rec ordid, com mand, serv erurl, con figuration Id ) {
        21  
        22     try
        23      { 
        24                      va r configur ation = {} ;
        25                         configurat ion.north5 2_Command  = { Value:  command } ;
        26                         configurat ion.north5 2_CommandP arameter =  recordid;
        27  
        28                         SDK.JQuery .updateRec ord(
        29                              confi gurationId ,
        30                              confi guration,
        31                              "nort h52_config uration", 
        32                              North 52.CloneFo rmula.conf igSuccess,
        33                              North 52.CloneFo rmula.conf igError
        34                           );
        35   }
        36     catch (e x)
        37     {
        38        alert ('North52  Formula Ma nager Erro r: ' + ex. message);
        39      }
        40  
        41   };
        42  
        43    North52.C loneFormul a.configSu ccess= fun ction () {
        44  
        45  
        46         try  {
        47  
        48                 if ( (n avigator.u serAgent.s earch('MSI E') > 0) | | (navigat or.userAge nt.search( 'Trident/' ) > 0) )
        49               {
        50                  var op ener = win dow.dialog Arguments;
        51                  var gr idControl  = opener.d ocument.ge tElementBy Id('crmGri d');
        52         
        53                  if (gr idControl  != null)
        54                     gri dControl.c ontrol.ref resh();
        55                }
        56           }
        57           ca tch (ex)
        58           { 
        59                   var t mp = ex;
        60           }
        61  
        62           wi ndow.close ();
        63        };
        64  
        65    North52.C loneFormul a.configEr ror= funct ion (XmlHt tpRequest,  textStatu s, errorTh rown) {
        66                           
        67                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        68                           $('#btnO k').attr(' disabled', false); 
        69                          $('#loadi ng').hide( ); 
        70          };