Skip to content
Snippets Groups Projects
ExportTemplateField_entity.aod 4.08 KiB
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.18" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.18">
  <name>ExportTemplateField_entity</name>
  <title>Export Template Field</title>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <documentation>%aditoprj%/entity/ExportTemplateField_entity/documentation.adoc</documentation>
  <titlePlural>Export Template Fields</titlePlural>
  <recordContainer>db</recordContainer>
  <entityFields>
    <entityProvider>
      <name>#PROVIDER</name>
    </entityProvider>
    <entityField>
      <name>EXPORTTEMPLATEFIELDID</name>
      <title>ExportTemplateFieldID</title>
      <mandatory v="true" />
      <tooltip></tooltip>
      <valueProcess>%aditoprj%/entity/ExportTemplateField_entity/entityfields/exporttemplatefieldid/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>EXPORTTEMPLATE_ID</name>
      <title>ExportTemplate</title>
      <mandatory v="true" />
      <valueProcess>%aditoprj%/entity/ExportTemplateField_entity/entityfields/exporttemplate_id/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>FIELD</name>
      <documentation>%aditoprj%/entity/ExportTemplateField_entity/entityfields/field/documentation.adoc</documentation>
      <title>Field</title>
      <mandatory v="true" />
      <dropDownProcess>%aditoprj%/entity/ExportTemplateField_entity/entityfields/field/dropDownProcess.js</dropDownProcess>
    </entityField>
    <entityProvider>
      <name>ExportTemplateFields</name>
      <documentation>%aditoprj%/entity/ExportTemplateField_entity/entityfields/exporttemplatefields/documentation.adoc</documentation>
      <dependencies>
        <entityDependency>
          <name>b111615c-cde3-46b7-b229-46cc2db004fd</name>
          <entityName>ExportTemplate_entity</entityName>
          <fieldName>ExportTemplateFields</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
    </entityProvider>
    <entityParameter>
      <name>ExportTemplateField_param</name>
      <expose v="true" />
    </entityParameter>
    <entityField>
      <name>SORTING</name>
      <title>Sorting</title>
      <contentType>NUMBER</contentType>
      <outputFormat>###</outputFormat>
      <inputFormat>###</inputFormat>
      <mandatory v="true" />
    </entityField>
    <entityProvider>
      <name>#PROVIDER_AGGREGATES</name>
      <useAggregates v="true" />
    </entityProvider>
  </entityFields>
  <recordContainers>
    <dbRecordContainer>
      <name>db</name>
      <isPageable v="true" />
      <isReadOnly v="false" />
      <conditionProcess>%aditoprj%/entity/ExportTemplateField_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
      <orderClauseProcess>%aditoprj%/entity/ExportTemplateField_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
      <alias>Data_alias</alias>
      <recordFieldMappings>
        <dbRecordFieldMapping>
          <name>EXPORTTEMPLATE_ID.value</name>
          <recordfield>EXPORTTEMPLATEFIELD.EXPORTTEMPLATE_ID</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>EXPORTTEMPLATEFIELDID.value</name>
          <recordfield>EXPORTTEMPLATEFIELD.EXPORTTEMPLATEFIELDID</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>FIELD.value</name>
          <recordfield>EXPORTTEMPLATEFIELD.FIELD</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>SORTING.value</name>
          <recordfield>EXPORTTEMPLATEFIELD.SORTING</recordfield>
        </dbRecordFieldMapping>
      </recordFieldMappings>
      <linkInformation>
        <linkInformation>
          <name>7236de85-f623-4f6a-9ff5-d9014a2f7a4c</name>
          <tableName>EXPORTTEMPLATEFIELD</tableName>
          <primaryKey>EXPORTTEMPLATEFIELDID</primaryKey>
          <isUIDTable v="true" />
          <readonly v="false" />
        </linkInformation>
      </linkInformation>
    </dbRecordContainer>
  </recordContainers>
</entity>