We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[v8.1] Makes the passed view maximized/restored.
This options works only if the flexi form is enabled (new UI). This example demonstrates how to make sure that the view is maximized.
var viewName = "MyView"; MobileCRM.UI.EntityForm.isViewMaximized(viewName, function (isMaximized) { if (!isMaximized) MobileCRM.UI.EntityForm.maximizeView(viewName, true); }, MobileCRM.bridge.alert);
Links: