removeOnSave (Client API reference)
Removes a function to be called when the record is saved.
Syntax
formContext.data.entity.removeOnSave(myFunction)
Note
Unsure about entity vs. table? See Developers: Understand terminology in Microsoft Dataverse.
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| myFunction | function reference | Yes | The function to be removed for the OnSave event. |