Provides methods for managing side panes.
whether the selected pane is collapsed or expanded.
Provides all the information to create side panes.
Optional
paneOptions: PaneOptionsThe ID to use to clear a specific notification that was set using addGlobalNotification.
a collection containing all active panes.
string
the side pane corresponding to the input ID. If the side pane does not exist, undefined is returned.
the currently selected pane.
Displays an error, information, warning, or success notification for an app, and lets you specify actions to execute based on the notification.
The notification to add.
On success, returns a promise object containing a GUID value to uniquely identify the notification as described earlier in the description of the successCallback parameter.
Clears a notification in the app.
The ID to use to clear a specific notification that was set using addGlobalNotification.
On success, returns a promise object.
Generated using TypeDoc
Interface for Xrm.App API
See
External Link: Xrm.App (Client API reference)