Dynamics 365 addOnSave JavaScript method
The addOnSave method is used to add a function to the OnSave event. Let’s go through an example of how this is used. First we will define a new JavaScript function on the Account form. Open the Account form in Customizations and click to add a new Form Library: Select New: We will call this TestFunctions. Click Next: Create a new function. We will create a function to display the … Continue reading Dynamics 365 addOnSave JavaScript method