MobileCRM.UI.EntityForm.selectTabEx - Resconet/JSBridge GitHub Wiki
[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);