MobileCRM.UI.LookupForm.addView - Resconet/JSBridge GitHub Wiki
Appends an entity view to the list of allowed views.
Arguments
Argument | Type | Description |
---|---|---|
entityName | string | Entity logical name. |
viewName | string | A name of the view. |
isDefault | Boolean | true, if the view should be set as default. |
This example demonstrates how to Add the view to lookupform and set if it is default or not.
lookupForm.addView("contact", "Default", "true");