Thursday, July 26, 2012

Get Text when we Click on Button:


//Here picklist_name is the schemaname of option set
//And 1 is the option set text value
Xrm.Page.data.entity.attributes.get("picklist_name").setValue(1);

No comments: