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');
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.