711. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:57 PM Eastern Standard 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.

711.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\JS\FormScripts DependentOptionSetSampleConfig.htm Tue Dec 20 19:51:48 2016 UTC
2 Wed Feb 1 19:56:57 2017 UTC

711.2 Comparison summary

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

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

711.4 Active regular expressions

No regular expressions were active.

711.5 Comparison detail

1   <!DOCTYPE  html>        
2   <html lang ="en-us">        
3   <head>        
4    <title>De pendent Op tionSet Sa mple Confi guration P age</title >        
5    <script t ype="text/ javascript " src="Cli entGlobalC ontext.js. aspx"></sc ript>        
6    <script t ype="text/ javascript ">        
7             
8     function  openTicke t() {        
9      var par ameters =  {};        
10      paramet ers["sampl e_name"] =  "Dependen t OptionSe t Example" ;        
11      Xrm.Uti lity.openE ntityForm( "sample_ti cket", nul l, paramet ers);        
12     }        
13    </script>        
14   </head>        
15   <body styl e="backgro und-color:  White; fo nt-family:  Segoe UI; ">        
16    <h1>        
17     Dependen t OptionSe t Sample</ h1>        
18    <p>        
19     Use the  <b>Open Ti cket Form< /b> button  to open a  new <b>Ti cket</b> f orm. Obser ve how the  <b>Catego ry</b>, <b >Sub Categ ory</b>, a nd <b>Type </b> optio n set fiel ds are dep endent on  each other .</p>        
20    <button o nclick="op enTicket() ">        
21     Open Tic ket Form</ button>        
22   </body>        
23   </html>