Hi,
I am not sure whether this is bug or I am doing it bit wrong.
I have a custom currency field on my invoice form and it's kept disabled as it is calculated field. To make it's value saved to DB I applied script like Xrm.Page.getAttribute("new_field").setSubmitMode("always") on form save, however the value is getting stored in a DB but not to the actual field "new_field" but instead to "new_fieldbase" field. where base field is not put even on form. but although it is updating and the actual field is value is not getting saved.
Any Idea ?
Thanks and regards,
Hiren Solanki.
Please vote or mark as a answer if it helped you.