Hi i want know, if we set value from javascript are they just for field that appear on form ? or we can set value that not appear on form too ? im using this method to run set value on javascript
Xrm.Page.getAttribute("fieldname").setValue(edc());
i don't know why im getting error message, but the data is already right . i'm setting string value. so my first assumption is maybe xrm.page only get the data that in form, so is there any special way to set value that not in form ? or maybe we can do that ?
Thanks in advance
*This post is locked for comments
I have the same question (0)