Skip to content

MobileCRM.UI.LookupForm.addView

rescocrm edited this page May 15, 2023 · 4 revisions

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