MobileCRM.UI.ViewDefinition - Resconet/JSBridge GitHub Wiki
MobileCRM.UI.ViewDefinition Object
Represents the entity view definition.
Properties
Property |
Type |
Description |
entityName |
String |
Gets the entity this view is for. |
name |
String |
Gets the name of the view. |
fetch |
String |
Gets the fetchXml query. |
kind |
Number |
Gets the kind of the view (public, associated, etc.). |
version |
Number |
Gets the version. |
buttons |
String |
Gets the view buttons. |
selector |
String |
Gets the view template selector workflow. |
Functions
Function |
Description |
loadEntityViews |
Asynchronously loads all view definitions for given entity. |