Skip to content

MobileCRM.UI.EntityForm.isViewMaximized

rescocrm edited this page May 15, 2023 · 3 revisions

[v8.1] Inspects whether the passed view is maximized or restored.

Arguments

Argument Type Description
viewName String The name of the view which has to be maximized/restored.
callback function(Boolean) Asynchronous callback which is called with Boolean result: true, if the view is maximized; false, if it is restored.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.

Clone this wiki locally