Showing posts with label MSCRM 2011 setting value for Attribute Javascript. Java Script How to set value to Attribute in MSCRM.. Show all posts
Showing posts with label MSCRM 2011 setting value for Attribute Javascript. Java Script How to set value to Attribute in MSCRM.. Show all posts

Monday, November 25, 2013

MSCRM : Setting value for a Attribute using Java Script

MSCRM 2011 : Setting value for a Attribute using Java Script

Use the following code.

Xrm.Page.getAttribute("AttributeName").setValue("AttributeValue");

Hope this will Help :)

Best Regards,
Sreenath M