MobileCRM.Metadata - Resconet/JSBridge GitHub Wiki
MobileCRM.Metadata Object
A static object with functions for accessing the entity metadata store.
Properties
Property |
Type |
Description |
Functions
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. |