Collection of non-entity data on the form. Items in this collection are of the same type as the attributes collection, but they are not attributes of the form entity. In V9 this is only available in the Unified Client
The record context of the form
The process API for formContext.ui.process.
This member may be undefined when Process Flows are not used by the current entity.
External Link: formContext.data.process (Client API reference)
Adds a function to be called when form data is loaded.
The function to be executed when the form data loads. The function will be added to the bottom of the event handler pipeline.
Asynchronously refreshes data on the form, without reloading the page.
true to save the record, after the refresh.
Returns an asynchronous promise.
Removes a function to be called when form data is loaded.
The function to be removed when the form data loads.
Asynchronously saves the record.
Returns an asynchronous promise.
Asynchronously saves the record with the option to set callback functions to be executed after the save operation is completed.
Options to control how appointment, recurring appointment, or service activity records are processed.
Returns an asynchronous promise.
Generated using TypeDoc
Interface for the formContext.data object.
See
External Link: formContext.data (Client API reference)