Panel | ||
---|---|---|
| ||
Metadata FieldsThe fields XML files are XML files that describe all the fields and datapaths of their respective entity (i.e. the accountsreceivable.xml describes the AccountReceivable entity). By including these fields in these XML files, we are stating that certain restrictions can be applied to them. In order to apply the restrictions at a field, the field's filename should be included in entities metadata file in the corresponding entity's <metadatafile> tagIn this file we define the entity's fields metadata required by the application's core mechanisms such as the security restrictions, query language, collaboration rules and workflow mechanisms. |
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any |
name | A name that describes the main field/ field/collection. | Any |
xpath | The xpath main field/field/collection name. | Any |
relatedentityxpath | The path of the related entity (if one exists). | Any valid entity |
method | The method namethat will be used to set the field's value. | Any valid method name |
tagUsed | to fill in necessary information in templates. They indicate what values to be loaded when using the Referring To in communications and for workflows(alert, webhook from R9)The tag that will be used to refer to this field in query language and communication texts. | The path of the value |
csrexcluded | Indicates if the entity field should be excluded from the conditional security restrictions mechanism. | true or false |
plarexcluded | Indicates if the entity field should be excluded from the privacy level assignment rules. | true or false |
acrexcluded | Indicates if the entity field should be excluded from the added conditional restrictions. | true or false |
mainfield | The main field of the entity. | Any field of the entity |
field | An entity field. | Any field of the entity |
collection | An entity collection. | Any collection of the entity |
sql | The SQL statement. | Any SQL statement |
qlfieldname | The query language field name used in segments | The name of the value |
workflowruleactionincluded | Indicates if the entity should be included in workflow rule actions. | true or false |
workflowruleconditionincluded | Indicates if the entity should be included in workflow rule conditions and in which condition type(values are hardcoded based on condition type ) to be selected | The name of the condition type |
type | The type of the field(ex. java.lang.String, java.util.Date, java.math.BigDecimal, ,com.crm.dataobject.activities.CRMDOActivityCategory, etc.) | Any valid type |
Example
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|