There was an error while loading. Please reload this page.
Returns the DetailView by its name.
This example demonstrates how to get the DetailView on edit form by its name.
function getController() { MobileCRM.UI.EntityForm.requestObject(function (entityForm) { /// <param name='entityForm' type='MobileCRM.UI.EntityForm'/> var generalView = entityForm.getDetailView("General"); }, MobileCRM.bridge.alert); }
Links: