So if you want to save a read only field you need to set the
SubmitMode to be always, which ensures the value is sent to the
database.
Xrm.Page.getAttribute("fieldName").setSubmitMode("always"); |
No comments:
Post a Comment