-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityForm.loadTab
rescocrm edited this page May 15, 2023
·
3 revisions
[v10.1] (Re)loads the tab of the passed name.
| 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. |