CRM 2011 Javascript Basics

Why we use Javascript in CRM ?

  • Data Manipulation on the forms
  • Automation and usability for users
  • Custom Validations on the forms about processes
  • Process Enhancement and Enforcement
  • To Create, Update and Retrieve record on the Client Side using OData

Get the value from field

Set the value of a field

Set the value of a disabled field (Read-Only)

Set the Requirement level

Get Form Type

Set the value of a lookup field

Hide / Show a field

Hide / Show a Tab

Save the form & Save and Close the from

Determine whick fields on the form are dirty

Get ID / Guid of the current record

Get ID / Guid of the current user

Get the Security Roles of the current user

Get the CRM Server URL

Refresh a SubGrid

Change the default entity in the lookup window 

Popup an existing CRM Record

Popup a new CRM form ( blank form)

Popup a new CRM form with default values

Popup / Trigger the lookup window associated to a lookup field

Popup an OK / Cancel Dialog ( Alert )

Refresh the Ribbon

Disable the all fields in the form

Expand / Collapse a Tab

Get all Required Fields in CRM form

Set / Change Label of field in CRM form

Reload / Refresh a form in CRM

Convert to Upper String Value

Change CRM Field CSS Style (font, color etc.)

Set as Read Only

Read More