Skip to content

MobileCRM.UI.EntityForm.selectTabEx

rescocrm edited this page May 15, 2023 · 4 revisions

[v8.0] Selects the form tab by its name.

Arguments

Argument Type Description
tabName String The name of the tab.
errorCallback function(errorMsg) The errorCallback which is called asynchronously in case of error.
scope Object The scope for callback.

This example demonstrates how to select the associated contacts tab on the account entity form without requesting its object.

MobileCRM.UI.EntityForm.selectTabEx("contact.parentcustomerid.account", MobileCRM.bridge.alert, null);
Clone this wiki locally