Skip to content
Snippets Groups Projects
Appointment_entity.aod 3.84 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>Appointment_entity</name>
  <title>Termin</title>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <alias>Data_alias</alias>
  <jDitoRecordAlias>Data_alias</jDitoRecordAlias>
  <fields>
    <element>UID</element>
    <element>BACKGROUNDCOLOR</element>
    <element>FONTCOLOR</element>
    <element>ATTENDEESLENGTH</element>
    <element>STARTDATE</element>
    <element>ENDDATE</element>
    <element>SUBJECT</element>
    <element>ORGANIZER</element>
    <element>ATTENDEES</element>
    <element>STATUS</element>
    <element>LINKS</element>
    <element>DESCRIPTION</element>
    <element>LOCATION</element>
    <element>ICON</element>
    <element>CLASSIFICATION</element>
  </fields>
  <contentProcess>%aditoprj%/entity/Appointment_entity/contentProcess.js</contentProcess>
  <onInsert>%aditoprj%/entity/Appointment_entity/onInsert.js</onInsert>
  <onUpdate>%aditoprj%/entity/Appointment_entity/onUpdate.js</onUpdate>
  <onDelete>%aditoprj%/entity/Appointment_entity/onDelete.js</onDelete>
  <recordContainerType>JDITO</recordContainerType>
  <caption>Termin</caption>
  <entityFields>
    <entityField>
      <name>SUMMARY</name>
      <fieldName>SUBJECT</fieldName>
      <caption>Betreff</caption>
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/summary/valueProcess.js</valueProcess>
    </entityField>
    <entityParameter>
      <name>entry</name>
      <expose v="true" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityField>
      <name>DESCRIPTION</name>
      <fieldName>DESCRIPTION</fieldName>
    </entityField>
    <entityField>
      <name>CLASSIFICATION</name>
      <fieldName>CLASSIFICATION</fieldName>
      <possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/possibleItemsProcess.js</possibleItemsProcess>
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>BEGIN</name>
      <fieldName>STARTDATE</fieldName>
      <selectionMode>SINGLE</selectionMode>
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/begin/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>END</name>
      <fieldName>ENDDATE</fieldName>
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/end/valueProcess.js</valueProcess>
    </entityField>
    <entityFieldGroup>
      <name>STARTEND</name>
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/startend/valueProcess.js</valueProcess>
      <description>FIELDGROUP</description>
      <fields>
        <element>BEGIN</element>
        <element>END</element>
      </fields>
    </entityFieldGroup>
    <entityField>
      <name>STATUS</name>
      <fieldName>STATUS</fieldName>
      <possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/status/possibleItemsProcess.js</possibleItemsProcess>
    </entityField>
    <entityField>
      <name>LOCATION</name>
      <fieldName>LOCATION</fieldName>
    </entityField>
    <entityField>
      <name>REMINDER_CHECK</name>
    </entityField>
    <entityField>
      <name>REMINDER</name>
    </entityField>
    <entityField>
      <name>CATEGORIES</name>
      <possibleItemsProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/possibleItemsProcess.js</possibleItemsProcess>
      <newItemsAllowed v="true" />
      <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/valueProcess.js</valueProcess>
    </entityField>
  </entityFields>
</entity>