-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.HomeForm.openHomeGroupItemAsync
rescocrm edited this page Aug 2, 2024
·
9 revisions
[v10.1.1] Opens the specified HomeItem in specific group.
| Argument | Type | Description |
|---|---|---|
| items | Array | A list of group and subgroups representing the path to the home item. |
| errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
| scope | Object | The scope for callbacks. |
This example demonstrates how to open an iFrame form located in a sub-group of the home item.
var items = ["#Main Group", "#Subgroup", "@@My html;file://myIFrame.html"];
MobileCRM.UI.HomeForm.openHomeGroupItemAsync(items, MobileCRM.bridge.alert, null);