The Xrm.Page Script Library Template is a Microsoft Visual Studio 2010 project that provides JScript IntelliSense and JScript libraries which uses Xrm.Page objects and methods.This template provides JScript IntelliSense completion and method documentation. The latest release of the Microsoft Dynamics SDK (Version 5.0.3) contains Microsoft Dynamics CRM Solution and Visual Studio extension that together will provide IntelliSense support for the Xrm.Page object in form scripts.
|
To install the Xrm.Page JScript Library Project, Microsoft Dynamics SDK (Version 5.0.3) needs to be downloaded. The installation files are available in the files downloaded for the Microsoft Dynamics CRM 2011 SDK at SDK\Templates\Xrm.PageScriptProjectTemplate.
In Visual Studio, select File > New > Project. Now Xrm.Page JScript Library Project template will visible on .NET language option.
To create new JScript library files, must drag the XrmPageTemplate.js file to the top of new JScript library to create the reference that enables Visual Studio IntelliSense. The following reference must appear at the top of the file:
// <reference path="XrmPageTemplate.js" />
Now with this reference anyone can simply start typing "Xrm" which will follow the completion and method documentation which will be provided by JScript IntelliSense.If anyone use the incorrect name, or the incorrect casing, will only see the standard JScript object properties with no IntelliSense method documentation.
|
This tutorial is targeted for Microsoft Dynamics CRM developers beginning to learn Dynamics CRM.
Thursday, March 21, 2013
SOFTWARE TECHNOLOGY TIPS
Subscribe to:
Post Comments (Atom)
How to Deploy your API as a web app or API app
Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...
-
I was looking at developer’s toolkit shipped with CRM2011 SDK. There are few blogs out there on how to create plugins using developer's...
-
he usual way of generating quotation document in Microsoft Dynamics CRM is either using a lengthy word mail merge process or by creating...
-
Follow the below steps to download the Tools, Step 1: Create a folder in D Drive and name it as “ Dynamics_365_Development_Tools “ Step 2...
No comments:
Post a Comment