Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

How can I set value of a two options set field using JavaScript

$
0
0

I am using this piece of code to set the field's value. 

Xrm.Page.getAttribute("new_isapproval").setValue(false);

When I try to set alert in the code as the retrieved value, it gives false value but when the form loads the fields value is still Yes(true).

Any suggestions would be highly appreciated.



Viewing all articles
Browse latest Browse all 46379

Trending Articles