Dynamics 365 – setSubmitMode in JavaScript
In Dynamics 365, setSubmitMode allows you to define for a field whether it is saved to the database. For example, let’s say on the Account we do not want the Phone field saved when the user presses save on the form. To do this, we can create a web resource and add it to the OnLoad event of the Account form. Note there are 3 options: never always isdirty We … Continue reading Dynamics 365 – setSubmitMode in JavaScript