Mainfield

The entity's main field metadata required by the application's core mechanisms such as the security restrictions, query language, collaboration rules and workflow mechanisms.

Attributes

NameDescriptionValue

id

Unique Identifier.

Any
nameA name that describes the main field/collection.Any
xpathThexpathmain field/collection name.Any
relatedentityxpathThe path of the related entity (if one exists).Any valid entity
methodThe method that will be used to set the field's value.Any valid method name
tagThe tag that will be used to refer to this field in query language and communication texts.The path of the value
csrexcludedIndicates if the field should be excluded from the conditional security restrictions mechanism. The default value is false.true, false
audittrailexcludedIndicates if the field should be excluded from the audit trailed fields. The default value is false.true, false
mainfield

The main field of the collection.

Any field of the collection
fieldA collection field.Any field of the collection
sqlThe SQL statement.Any SQL statement

qlfieldname

The query language field name used in segmentsThe name of the value
segmentpreviewnameDefines whether the field is to be displayed when previewing a segment as the entity's number, name, alternative code or description.ENTITYNUMBER, ENTITYNAME, ENTITYALTCODE, ENTITYDESC
workflowruleactionincludedIndicates if the entity should be included in workflow rule actions. The default value is false.true or false
workflowruleconditionincludedIndicates if the entity should be included in workflow rule conditions and in which condition type to be selectedFIELD_CHANGE, FIELD_CONTAINS_VALUE, FIELD_FROM_TO_VALUE_CHANGE
typeThe type of the fieldAny valid type

Example

rentals.xml
<mainfield>
	<id>custom_number</id>
	<name>key_number</name>
	<xpath>number</xpath>
	<qlfieldname>rental.number</qlfieldname>
	<segmentpreviewname>ENTITYNUMBER</segmentpreviewname>
	<csrexcluded>true</csrexcluded>
	<audittrailexcluded>true</audittrailexcluded>
</mainfield>