Skip to content
Snippets Groups Projects
Org_entity.aod 12.02 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.0.3" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.0.3">
  <name>Org_entity</name>
  <title>Company</title>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <alias>Data_alias</alias>
  <fromClauseProcess>%aditoprj%/entity/Org_entity/fromClauseProcess.js</fromClauseProcess>
  <recordContainerType>DB</recordContainerType>
  <caption>Company</caption>
  <captionProcess>%aditoprj%/entity/Org_entity/captionProcess.js</captionProcess>
  <iconId>VAADIN:BUILDING</iconId>
  <imageProcess>%aditoprj%/entity/Org_entity/imageProcess.js</imageProcess>
  <entityFields>
    <entityField>
      <name>CUSTOMERCODE</name>
      <tableName>ORG</tableName>
      <columnName>CUSTOMERCODE</columnName>
      <caption>Customercode</caption>
      <contentType>TEXT</contentType>
    </entityField>
    <entityField>
      <name>ORG_DATE_EDIT</name>
      <tableName>ORG</tableName>
      <columnName>DATE_EDIT</columnName>
      <contentType>DATE</contentType>
      <outputFormat>yyyy-MM-dd&amp;apos;T&amp;apos;HH:mm:ssZ</outputFormat>
      <valueProcess>%aditoprj%/entity/Org_entity/entityfields/org_date_edit/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>ORG_DATE_NEW</name>
      <tableName>ORG</tableName>
      <columnName>DATE_NEW</columnName>
      <contentType>DATE</contentType>
      <outputFormat>yyyy-MM-dd&amp;apos;T&amp;apos;HH:mm:ssZ</outputFormat>
      <state>READONLY</state>
      <valueProcess>%aditoprj%/entity/Org_entity/entityfields/org_date_new/valueProcess.js</valueProcess>
      <onValueChangeTypes>
        <element>MASK</element>
        <element>PROCESS</element>
      </onValueChangeTypes>
    </entityField>
    <entityField>
      <name>INFO</name>
      <tableName>ORG</tableName>
      <columnName>INFO</columnName>
      <caption>Information</caption>
      <contentType>LONG_TEXT</contentType>
    </entityField>
    <entityField>
      <name>NAME</name>
      <tableName>ORG</tableName>
      <columnName>NAME</columnName>
      <caption>Name</caption>
    </entityField>
    <entityField>
      <name>ORGID</name>
      <tableName>ORG</tableName>
      <columnName>ORGID</columnName>
      <valueProcess>%aditoprj%/entity/Org_entity/entityfields/orgid/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>ORG_USER_EDIT</name>
      <tableName>ORG</tableName>
      <columnName>USER_EDIT</columnName>
      <valueProcess>%aditoprj%/entity/Org_entity/entityfields/org_user_edit/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>ORG_USER_NEW</name>
      <tableName>ORG</tableName>
      <columnName>USER_NEW</columnName>