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

323.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_javascriptexportdata536E1B1F-6A93-E411-860E-00155DF5B00D Mon Sep 19 18:20:18 2016 UTC

323.2 Comparison summary

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

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

323.4 Active regular expressions

No regular expressions were active.

323.5 Comparison detail

        1   if (typeof  North52 = = 'undefin ed') { Nor th52 = {};  }
        2   if (typeof  North52.E xportData  == 'undefi ned') { No rth52.Expo rtData = { }; }
        3  
        4  
        5   North52.Ex portData.O nLoad = fu nction ()  {
        6            $ ('#loading ').show();  
        7  
        8          $(' #btnOk').a ttr('disab led',false ); 
        9         var  command =  N52.Dialog Helpers.Ge tParameter ByName('da ta');
        10         var  configurat ionId = N5 2.DialogHe lpers.GetC onfigurati onId();
        11         var  serverUrl  = N52.Dial ogHelpers. GetServerU rl();
        12  
        13         Nort h52.Export Data.Build (command,  serverUrl,  configura tionId  );
        14                 
        15       };
        16  
        17   North52.Ex portData.B uild= func tion(comma nd, server url, confi gurationId   ) {
        18                       
        19         var  configurat ion = {};
        20         conf iguration. north52_Co mmand = {  Value: par seInt(comm and) };
        21        
        22          SDK .JQuery.up dateRecord (
        23                              confi gurationId ,
        24                              confi guration,
        25                              "nort h52_config uration", 
        26                              North 52.ExportD ata.config Success,
        27                              North 52.ExportD ata.config Error
        28                           );
        29                    
        30   };
        31  
        32  
        33    North52.E xportData. OpenConfig uration= f unction ()  {
        34      var con figuration Id = N52.D ialogHelpe rs.GetConf igurationI d();
        35         if ( configurat ionId != n ull)             
        36         {
        37              var server UrlFinal =   N52.Dial ogHelpers. GetServerU rl() + '/m ain.aspx?e tn=north52 _configura tion&paget ype=entity record&id= ' + '%7B'+  configura tionId+'%7 D'
        38  
        39              window.ope n(serverUr lFinal);
        40          }
        41  
        42   };
        43  
        44  
        45  
        46    North52.E xportData. configSucc ess= funct ion () {
        47           No rth52.Expo rtData.Ope nConfigura tion();
        48           wi ndow.close ();
        49        };
        50  
        51    North52.E xportData. configErro r= functio n (XmlHttp Request, t extStatus,  errorThro wn) {
        52                           
        53                           alert('N orth52 For mula Manag er: ' + Xm lHttpReque st.message  )
        54                           $('#btnO k').attr(' disabled', false); 
        55                          $('#loadi ng').hide( ); 
        56          };
        57