Skip to content

MobileCRM.UI.HomeForm.openHomeGroupItemAsync

rescocrm edited this page May 15, 2023 · 8 revisions

[v10.1.1] Opens the specified HomeItem in specific group.

Arguments

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);
Clone this wiki locally