MobileCRM.UI.EntityForm.loadTab - Resconet/JSBridge GitHub Wiki
[v10.1] (Re)loads the tab of the passed name.
Arguments
Argument | Type | Description |
---|---|---|
tabName | String | The name of the tab. |
load | Boolean | Whether to (re)load or unload a view. |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for callback. |