We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Selects the associated entity list view by its name.
This example demonstrates how to obtain MobileCRM.UI.EntityForm object. It will select the tab with associated contact list and set the view by name
MobileCRM.UI.EntityForm.requestObject(function (entityForm) { entityForm.selectView("contact.parentcustomerid.account", "View name"); }, MobileCRM.bridge.alert, null);
Links: