Tuesday, 7 August 2012

Get and Set attribute value using javascript in CRM 2011

In this article , I am going to explain how to set and get CRM attribute value using javascript

Get Attribute Value
var name = Xrm.Page.getAttribute("attributename").getValue();

Set Attribute Value
Xrm.Page.getAttribute("attributename").setValue('Navish');

No comments:

Post a Comment

Note: only a member of this blog may post a comment.