// JavaScript/JScript in CRM 2011 | CRM 2011 Training Series
    //How to Get the value from a CRM field
    var varMyValue = Xrm.Page.getAttribute(“CRMFieldSchemaName”).getValue() ;

//How to Set the value of a CRM field
Xrm.Page.getAttribute(“po_CRMFieldSchemaName”).setValue(‘My New Value’);

 **For CRM 2011 Training, please check out our CRM Training page. Please share |Like in Facebook if you feel like this page is useful.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s