726. Araxis Merge File Comparison Report

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

726.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\RESTEndpoint\JavaScriptRESTDataOperations\JavaScriptRESTDataOperations JavaScriptRESTDataOperationsSample.htm Tue Dec 20 19:51:48 2016 UTC
2 Wed Feb 1 19:56:58 2017 UTC

726.2 Comparison summary

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

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

726.4 Active regular expressions

No regular expressions were active.

726.5 Comparison detail

1   <!DOCTYPE  html >        
2          
3   <!--====== ========== ========== ========== ========== ========== ========== ===        
4   This file  is part of  the Micro soft Dynam ics CRM SD K code sam ples.        
5          
6   Copyright  (C) Micros oft Corpor ation.  Al l rights r eserved.        
7          
8   This sourc e code is  intended o nly as a s upplement  to Microso ft        
9   Developmen t Tools an d/or on-li ne documen tation.  S ee these o ther        
10   materials  for detail ed informa tion regar ding Micro soft code  samples.        
11          
12   THIS CODE  AND INFORM ATION ARE  PROVIDED " AS IS" WIT HOUT WARRA NTY OF ANY        
13   KIND, EITH ER EXPRESS ED OR IMPL IED, INCLU DING BUT N OT LIMITED  TO THE        
14   IMPLIED WA RRANTIES O F MERCHANT ABILITY AN D/OR FITNE SS FOR A        
15   PARTICULAR  PURPOSE.        
16   ========== ========== ========== ========== ========== ========== =========  -->        
17   <!--<snipp etJavaScri ptRESTData Operations SampleHTML >-->        
18   <html lang ="en-us">        
19   <head>        
20    <title>Ja vaScript R EST Data O perations< /title>        
21    <meta htt p-equiv="X -UA-Compat ible" cont ent="IE=ed ge" />        
22   <!-- /WebR esources/C lientGloba lContext.j s.aspx is  accessed u sing a rel ative path        
23   because th e name of  the Web Re source cre ated from  this file  is "sample _/JavaScri ptRESTData Operations Sample.htm ".        
24          
25   The use of  the backs lash withi n the name  creates a  virtual f older that  must be c onsidered        
26   in relativ e links be tween Web  Resources.        
27   -->        
28    <script s rc="../Cli entGlobalC ontext.js. aspx"></sc ript>        
29    <script s rc="Script s/SDK.REST .js" type= "text/java script"></ script>        
30    <script s rc="Script s/JavaScri ptRESTData Operations Sample.js"  type="tex t/javascri pt"></scri pt>        
31          
32            
33   </head>        
34   <body styl e="backgro und-color:  White; fo nt-family: Segoe UI;" >        
35   <h1>JavaSc ript REST  Endpoint D ata Operat ions Sampl e</h1>        
36   <p>This pa ge uses th e <b>sampl e_/Scripts /JavaScrip tRESTDataO perationsS ample.js</ b> JScript  library t o create,  retrieve,  and update  an        
37    account r ecord. It  also provi des the op tion to de lete or vi ew the rec ord.</p>        
38   <p>The <b> sample_/Sc ripts/Java ScriptREST DataOperat ionsSample .js</b> JS cript libr ary uses t he <b>samp le_/Script s/SDK.REST .js</b> JS cript libr ary to per form the d ata operat ions.</p>        
39   <p>Use the  buttons b elow to ve rify the f unctionali ty of this  sample.</ p>        
40    <button i d="start"  title="Cli ck this bu tton to st art the sa mple.">        
41     Start</b utton>        
42    <button i d="reset"  title="Cli ck this bu tton to re set the sa mple." dis abled="dis abled">        
43     Reset</b utton>        
44    <ol id="o utput">        
45    </ol>        
46   </body>        
47   </html>        
48   <!--</snip petJavaScr iptRESTDat aOperation sSampleHTM L>-->