Skip to content

MobileCRM.UI.Form

rescocrm edited this page Jun 5, 2025 · 3 revisions

MobileCRM.UI.Form Object

[v8.0] Represents the Javascript equivalent of the form object.

Properties

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.

Functions

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.

Clone this wiki locally