Search This Blog

Friday, July 11, 2014

Make field mode always same

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");