Hi,
I want to set the value of the field "currency" to dollar using javascript but it's not working
var id =Xrm.Page.data.entity.getId();
Xrm.Page.getAttribute('currency').setValue("Dollar");
alert(id);
Hi,
I want to set the value of the field "currency" to dollar using javascript but it's not working
var id =Xrm.Page.data.entity.getId();
Xrm.Page.getAttribute('currency').setValue("Dollar");
alert(id);