-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.Form
rescocrm edited this page Jun 5, 2025
·
3 revisions
[v8.0] Represents the Javascript equivalent of the form object.
| Property | Type | Description |
|---|---|---|
| canMaximize | Boolean | Gets or sets whether form can be maximized to fullscreen (full application frame). |
| isMaximized | Boolean | Gets or sets whether form is currently maximized to fullscreen (full application frame). |
| isModal | Boolean | Indicates whether this form is presented as modal window. |
| caption | String | Gets or sets the form caption. |
| selectedViewIndex | Number | Gets or sets the selected view (tab) index. |
| showTitle | Boolean | [v8.1] Determines whether the form caption bar should be visible. |
| viewCount | Number | Gets the count of views in the form. |
| visible | Boolean | Gets whether the form is visible. |
| Function | Description |
|---|---|
| requestObject | [v8.0] Requests the currently opened Form object. |
| showPleaseWait | Shows a please wait message, disabling the form except for the close command. |
| showToast | Shows a toast window over the app window which is dismissed after a few seconds. |