-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Metadata
Maros Kolibas edited this page Nov 29, 2019
·
2 revisions
A static object with functions for accessing the entity metadata store.
| Property | Type | Description |
|---|
| Function | Description |
|---|---|
| entityHasChildren | Gets whether the passed entity has child entities. |
| getActivities | Gets the list of activities. |
| getEntity | Gets the MetaEntity object describing the entity attributes. |
| getEntityParent | Gets the entity's parent entity name. |
| getOptionSetValues | Asynchronously gets the list of values for given CRM OptionSet. |
| getStringListOptions | Gets the list of options for the string list property. |
| requestObject | Requests the Metadata object containing the list of MetaEntities which are enabled for current mobile project. |