A reference to the collection of controls on the form.
Provides information on how to set the visibility of footer section.
The form selector API.
This API does not exist with Microsoft Dynamics CRM for tablets.
Provides information on how to set the visibility of header section.
The navigation API.
This API does not exist with Microsoft Dynamics CRM for tablets.
The business process flow API, used to interact with the business process flow control in a form.
A collection of all the quick view controls on a form using the new form rendering engine (also called "turbo forms").
A reference to the collection of tabs on the form.
Adds a function to be called on the form OnLoad event. The function will be added to the bottom of the event handler pipeline.
Re-evaluates the ribbon's configured EnableRules.
Optional
refreshAll: booleanIndicates whether all the ribbon command bars on the current page are refreshed. If you specify false only the page-level ribbon command bar is refreshed. If you do not specifiy this parameter, by default false is passed.
This method does not work with Microsoft Dynamics CRM for tablets.
Removes a function from the form OnLoad event.
Displays a form level notification. Any number of notifications can be displayed and will remain until removed using clearFormNotification. The height of the notification area is limited so each new message will be added to the top.
The text of the notification message.
The level of the notification which defines how the message will be displayed, such as the icon. ERROR: Notification will use the system error icon. WARNING: Notification will use the system warning icon. INFO: Notification will use the system info icon.
Unique identifier for the notification which is used with clearFormNotification to remove the notification.
true if it succeeds, otherwise false.
Generated using TypeDoc
Interface for the formContext.ui object.
See
External Link: formContext.ui (Client API reference)