Activate the current record
Promise which resolves once activation is done
Deactivate the current record
Promise which resolves once deactivation is done
Delete the current record
Promise which resolves once deletion is done
Get the logical name of the currently opened record
Promise which resolves with the name
Get the entity reference of the currently opened record
Promise which resolves with the entity reference
Get the id of the currently opened record
Promise which resolves with the id
Sets all attributes to submit mode none. This is useful if you don't want to save and just change the page. No prompt for unsaved data will open.
Promise which resolves once all attribute submit modes are set
Refreshes the current form record
Whether to save any unsubmitted data
Saves the record and returns the ID (both for quick create and "normal" create)
Whether to automatically ignore duplicate check warnings
The id of the record
Generated using TypeDoc
Module for interacting with D365 entity records