-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.HomeForm.openHomeItemAsync
rescocrm edited this page May 15, 2023
·
4 revisions
[v8.0] Opens the specified HomeItem.
| Argument | Type | Description |
|---|---|---|
| name | String | The name of the HomeItem to be opened. It can be either the entity logical name (e.g. "contact") or one of following special forms names: "@Dashboard", "@Map", "activity", "@Tourplan","@CallImport","@Setup","@About". |
| errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
| scope | Object | The scope for callbacks. |
This example demonstrates how to open Dashboard item from the home form replacement iFrame.
MobileCRM.UI.HomeForm.openHomeItemAsync("@Dashboard", MobileCRM.bridge.alert, null);