removeOnPostSave (Client API reference)
Removes the event handler from the PostSave event.
Syntax
formContext.data.entity.removeOnPostSave(myFunction);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| myFunction | function reference | Yes | The function to be removed from the PostSave event. |