Friday 18 May 2012

To Retrieve Option Set Selected Text Value in CRM 2011


To get the Pick list value ........

Xrm.Page.getAttribute("wi_opportunityprobability").getValue();

To retrieve the Option Set selected text .......

Xrm.Page.getAttribute("wi_opportunityprobability").getText();



No comments:

Post a Comment