In this metadata file we can define entity related metadata that will be used by the application's core mechanisms such as the security restrictions, query language, collaboration rules, web hooks, alerts and approval mechanisms.
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any |
name | Entity name. | Any |
description | Entity description. | Any |
tablename | The database table name which corresponds to the entity. | Any of the database table names that exist in the database |
classname | The path of the data class. | Any of the data classes that corresponds to the entity |
typeentityid | The identifier of a related entity where corresponds to the type information of the current entity. | Any of the entity ids defined in the entities metadata file |
statusentityid | ||
stateentityid | ||
categoryentityid | ||
masterentityid | The id of the top most entity. | Any entity id |
moduleid | The identifier of the module the entity belongs to. | Any of the module ids defined in the modules metadata file |
qlfilter | ||
ownergroupfieldsql | ||
privacylevelfieldsql | ||
metadatafile | The name of the metadata file the entity belongs to. | Any of the metadata file name defined in the fields metadata folder |
csrexcluded | Defines if this entity will be excluded or not from the Conditional Security Restrictions (CSR) mechanism. | true or false |
plarexcluded | Defines if this entity will be excluded or not from the Privacy Level Assignment Rules (PLAR) mechanism. | true or false |
acrexcluded | Defines if this entity will be excluded or not from the Automatic Collaboration Rules (ACR) mechanism. | true or false |
audittrailexcluded | ||
segmentincluded | Defines if this entity will be excluded or not from the Segmentation mechanism. | true or false |
notificationclassification | The classification of the entity notification. | Any module id |
tag | Defines the entity's tag that can be used to refer to the entity in queries and communication texts. | Any entity |
unrestrictedtagincluded | ||
dynamiclinktagincluded | ||
alertincluded | Defines if the entity will be included in alerts mechanism. | true or false |
webhooksincluded | Defines if the entity will be included in webhooks mechanism. | true or false |
approvalincluded | Defines if the entity will be included in approvals mechanism. | true or false |
workflowruleincluded | Defines if the entity will be included in workflow rule mechanism. | true or false |
isarchived | ||
archiverelatedentities | ||
dataentrypagexmlfile | Defines the entity's data entry page. | Any of the data entry page file path |
crmuiclassname | Defines the User Interface class name of the entity. | Any of the class names |
crmuiloadmethod | Defines the User Interface method of the entity. | Any of the methods included in class name |