March 2020
Beginner to intermediate
426 pages
13h 11m
English
This event triggers when an entity form is saved. We can save an entity form manually or a form can be saved automatically if the autosave feature is enabled. We can also bind our function to this event using form properties or can use the following code to associate our function with an OnSave event:
formContext.data.entity.addOnSave(accountOnSaveFunction)
Read now
Unlock full access