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

347.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_javascriptnorth52xcache76D5CD48-D196-E411-8CD5-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

347.2 Comparison summary

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

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

347.4 Active regular expressions

No regular expressions were active.

347.5 Comparison detail

        1   if (typeof  (N52) ==  "undefined ")
        2   { N52 = {} ; } 
        3  
        4   N52.XCache  =
        5   {    
        6    
        7  
        8   SetKey: fu nction() 
        9   {
        10  
        11      var nam e = Xrm.Pa ge.data.en tity.attri butes.get( "north52_c ategory"). getValue()  + '_' ;
        12       Xrm.Pa ge.data.en tity.attri butes.get( "north52_n ame").setV alue(name  );
        13   },
        14  
        15  
        16  
        17   Save: func tion(Execu tionObj)
        18   {
        19  
        20  
        21   try
        22    {
        23  
        24      var eve ntArgs = E xecutionOb j.getEvent Args();
        25  
        26      if (eve ntArgs.get SaveMode()  == 70)
        27      {
        28           ev entArgs.pr eventDefau lt();
        29           re turn;
        30      }
        31  
        32        
        33     }
        34     catch(ex )
        35     {
        36       alert( "North52 F ormula Man ager Excep tion: " +  ex.message );
        37     }       
        38  
        39  
        40   } //End fu nctions   
        41  
        42   }