-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.ViewDefinition
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Represents the entity view definition.
| 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. |
| Function | Description |
|---|---|
| loadEntityViews | Asynchronously loads all view definitions for given entity. |