Skip to content
Snippets Groups Projects
Person_entity.aod 56.9 KiB
Newer Older
S.Listl's avatar
S.Listl committed
<?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.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
S.Listl's avatar
S.Listl committed
  <name>Person_entity</name>
  <description>former Pers</description>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <documentation>%aditoprj%/entity/Person_entity/documentation.adoc</documentation>
  <title>Contact</title>
  <grantDeleteProcess>%aditoprj%/entity/Person_entity/grantDeleteProcess.js</grantDeleteProcess>
S.Listl's avatar
S.Listl committed
  <contentTitleProcess>%aditoprj%/entity/Person_entity/contentTitleProcess.js</contentTitleProcess>
  <afterUiInit>%aditoprj%/entity/Person_entity/afterUiInit.js</afterUiInit>
  <onValidation>%aditoprj%/entity/Person_entity/onValidation.js</onValidation>
  <iconId>VAADIN:USERS</iconId>
  <imageProcess>%aditoprj%/entity/Person_entity/imageProcess.js</imageProcess>
Sophia Leierseder's avatar
Sophia Leierseder committed
  <usePermissions v="false" />
S.Listl's avatar
S.Listl committed
  <titlePlural>Contacts</titlePlural>
  <recordContainer>db</recordContainer>
  <entityFields>
    <entityField>
      <name>DATEOFBIRTH</name>
      <title>Date of birth</title>
      <contentType>DATE</contentType>
      <resolution>DAY</resolution>
      <outputFormat>dd.MM.yyyy</outputFormat>
      <inputFormat>dd.MM.yyyy</inputFormat>
      <onValidation>%aditoprj%/entity/Person_entity/entityfields/dateofbirth/onValidation.js</onValidation>
    </entityField>
    <entityField>
      <name>FIRSTNAME</name>
      <title>Firstname</title>
    </entityField>
    <entityField>
      <name>GENDER</name>
      <title>Gender</title>
      <consumer>KeywordGenders</consumer>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/displayValueProcess.js</displayValueProcess>
      <onValueChange>%aditoprj%/entity/Person_entity/entityfields/gender/onValueChange.js</onValueChange>
      <onValueChangeTypes>
        <element>MASK</element>
      </onValueChangeTypes>
    </entityField>
    <entityField>
      <name>LASTNAME</name>
      <title>Lastname</title>
      <mandatory v="true" />
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/lastname/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>MIDDLENAME</name>
      <title>Middlename</title>
    </entityField>
    <entityField>
      <name>PERSONID</name>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personid/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>SALUTATION</name>
      <title>Salutation</title>
      <consumer>Salutations</consumer>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/salutation/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityField>
      <name>TITLE</name>
      <title>Title</title>
      <consumer>SalutationTitles</consumer>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/title/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityField>
      <name>TITLESUFFIX</name>
    </entityField>
    <entityParameter>
      <name>OrgId_param</name>
      <expose v="true" />
      <mandatory v="false" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityFieldGroup>
      <name>NAME_fieldGroup</name>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/name_fieldgroup/valueProcess.js</valueProcess>
      <description>FIELDGROUP</description>
      <fields>
        <element>FIRSTNAME</element>
        <element>LASTNAME</element>
      </fields>
    </entityFieldGroup>
    <entityConsumer>
      <name>Activities</name>
      <dependency>
        <name>dependency</name>
        <entityName>Activity_entity</entityName>
        <fieldName>LinkedObjects</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>RowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ObjectId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>PresetLinks_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>CONTACTID</name>
S.Listl's avatar
S.Listl committed
      <title>CONTACTID (UID)</title>
S.Listl's avatar
S.Listl committed
    </entityField>
    <entityProvider>
      <name>OrganisationRelated</name>
      <recordContainer>db</recordContainer>
      <dependencies>
        <entityDependency>
          <name>41952879-c2f0-411f-8ca1-36c38914a629</name>
          <entityName>Organisation_entity</entityName>
          <fieldName>Contact</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <expose v="true" />
        </entityParameter>
        <entityParameter>
          <name>OrgId_param</name>
          <expose v="true" />
        </entityParameter>
      </children>
    </entityProvider>
    <entityField>
      <name>PERSON_ID</name>
      <documentation>%aditoprj%/entity/Person_entity/entityfields/person_id/documentation.adoc</documentation>
S.Listl's avatar
S.Listl committed
      <title>PERSON_ID</title>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/person_id/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>ORGANISATION_ID</name>
      <title>Company</title>
      <consumer>Organisations</consumer>
      <linkedContextProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/linkedContextProcess.js</linkedContextProcess>
      <mandatory v="false" />
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/displayValueProcess.js</displayValueProcess>
      <onValueChange>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValueChange.js</onValueChange>
      <onValidation>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValidation.js</onValidation>
    </entityField>
    <entityConsumer>
      <name>PersAddresses</name>
      <dependency>
        <name>dependency</name>
        <entityName>Address_entity</entityName>
        <fieldName>ContactAddresses</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>DefaultAddressId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
        </entityParameter>
Johannes Hörmann's avatar
Johannes Hörmann committed
        <entityParameter>
          <name>ShowDsgvoMessage_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/showdsgvomessage_param/valueProcess.js</valueProcess>
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Communications</name>
      <dependency>
        <name>dependency</name>
        <entityName>Communication_entity</entityName>
        <fieldName>AllCommunications</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
          <description>This parameter is used for specifing a related &amp;quot;CONTACTID&amp;quot; to a COMMUNICATION-entry. 
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
        </entityParameter>
Johannes Hörmann's avatar
Johannes Hörmann committed
        <entityParameter>
          <name>ShowDsgvoMessage_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/communications/children/showdsgvomessage_param/valueProcess.js</valueProcess>
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Organisations</name>
      <selectionMode>SINGLE</selectionMode>
      <dependency>
        <name>dependency</name>
        <entityName>Organisation_entity</entityName>
        <fieldName>WithPersonIdFilter</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ExcludeOrganisationsByPersonId</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisations/children/excludeorganisationsbypersonid/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Contracts</name>
      <dependency>
        <name>dependency</name>
        <entityName>Contract_entity</entityName>
        <fieldName>Contracts</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contracts/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
          <mandatory v="true" />
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Pricelists</name>
      <state>AUTO</state>
      <stateProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/stateProcess.js</stateProcess>
      <dependency>
        <name>dependency</name>
        <entityName>Productprice_entity</entityName>
        <fieldName>Productprices</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
          <mandatory v="true" />
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Genders</name>
      <dependency>
        <name>dependency</name>
        <entityName>Gender_keyword</entityName>
        <fieldName>#PROVIDER</fieldName>
      </dependency>
    </entityConsumer>
    <entityProvider>
      <name>#PROVIDER</name>
      <dependencies>
        <entityDependency>
          <name>ec66d6b0-a1fa-40a1-9612-34775d3e89a9</name>
          <entityName>Object_entity</entityName>
          <fieldName>Persons</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
    </entityProvider>
    <entityField>
      <name>LANGUAGE</name>
      <title>Language</title>
      <consumer>Languages</consumer>
      <mandatory v="true" />
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/language/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/language/displayValueProcess.js</displayValueProcess>
      <onValueChange>%aditoprj%/entity/Person_entity/entityfields/language/onValueChange.js</onValueChange>
      <onValueChangeTypes>
        <element>MASK</element>
      </onValueChangeTypes>
    </entityField>
    <entityConsumer>
      <name>Documents</name>
      <selectionMode>MULTI</selectionMode>
S.Listl's avatar
S.Listl committed
      <dependency>
        <name>dependency</name>
        <entityName>Document_entity</entityName>
        <fieldName>Documents</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>AssignmentRowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>AssignmentTable_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityParameter>
      <name>ContactId_param</name>
      <expose v="true" />
      <mandatory v="false" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityFieldGroup>
      <name>FULL_NAME_fieldGroup</name>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/full_name_fieldgroup/valueProcess.js</valueProcess>
      <title>Name</title>
      <description>FIELDGROUP</description>
      <fields>
        <element>SALUTATION</element>
        <element>TITLE</element>
        <element>FIRSTNAME</element>
        <element>MIDDLENAME</element>
        <element>LASTNAME</element>
      </fields>
    </entityFieldGroup>
    <entityProvider>
      <name>Contact</name>
      <recordContainer>db</recordContainer>
      <dependencies>
        <entityDependency>
          <name>12c5350a-3159-449b-a94e-d57658b4c124</name>
          <entityName>Member_entity</entityName>
          <fieldName>CurrentContact</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
      <children>
        <entityParameter>
          <name>OrgId_param</name>
          <expose v="false" />
        </entityParameter>
        <entityParameter>
          <name>ContactId_param</name>
          <expose v="true" />
          <mandatory v="true" />
        </entityParameter>
        <entityParameter>
          <name>ExcludedContactIds_param</name>
          <expose v="false" />
        </entityParameter>
      </children>
    </entityProvider>
    <entityConsumer>
      <name>OrgAddresses</name>
      <state>READONLY</state>
      <stateProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/stateProcess.js</stateProcess>
      <dependency>
        <name>dependency</name>
        <entityName>Address_entity</entityName>
        <fieldName>OrganisationAddressesByContact</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
        </entityParameter>
        <entityParameter>
          <name>DefaultAddressId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>REL_RELATIONSHIP</name>
      <title>Relationship</title>
      <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description>
      <contentType>NUMBER</contentType>
      <mandatory v="false" />
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/rel_relationship/valueProcess.js</valueProcess>
    </entityField>
    <entityActionField>
      <name>openEditDefaultsView</name>
      <title>Edit defaults</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:WRENCH</iconId>
    </entityActionField>
    <entityActionField>
      <name>newOffer</name>
      <title>New offer</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newoffer/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:CART</iconId>
    </entityActionField>
    <entityField>
      <name>STANDARD_EMAIL_COMMUNICATION</name>
      <title>E-Mail</title>
      <consumer>EmailCommunications</consumer>
      <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange>
      <onValueChangeTypes>
        <element>MASK</element>
        <element>PROCESS</element>
        <element>PROCESS_SETVALUE</element>
      </onValueChangeTypes>
    </entityField>
    <entityField>
      <name>STANDARD_PHONE_COMMUNICATION</name>
      <title>Phone</title>
      <consumer>PhoneCommunications</consumer>
      <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange>
    </entityField>
    <entityConsumer>
      <name>PhoneCommunications</name>
      <description>Used for standard communication</description>
      <dependency>
        <name>dependency</name>
        <entityName>Communication_entity</entityName>
        <fieldName>PhoneCommunications</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/phonecommunications/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
          <description>This parameter is used for specifing a related &amp;quot;CONTACTID&amp;quot; to a COMMUNICATION-entry. 
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>EmailCommunications</name>
      <description>Used for standard communication</description>
      <dependency>
        <name>dependency</name>
        <entityName>Communication_entity</entityName>
        <fieldName>EmailCommunications</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/emailcommunications/children/contactid_param/valueProcess.js</valueProcess>
          <expose v="false" />
          <description>This parameter is used for specifing a related &amp;quot;CONTACTID&amp;quot; to a COMMUNICATION-entry. 
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>ADDRESS_ID</name>
      <title>Address</title>
      <consumer>ContactAndOrganisationAddresses</consumer>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityActionField>
      <name>newActivity</name>
      <title>New activity</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:HOURGLASS_END</iconId>
      <tooltip>New activity</tooltip>
      <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess>
    </entityActionField>
    <entityConsumer>
      <name>KeywordGenders</name>
      <dependency>
        <name>dependency</name>
        <entityName>KeywordEntry_entity</entityName>
        <fieldName>SpecificContainerKeywords</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContainerName_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordgenders/children/containername_param/valueProcess.js</valueProcess>
          <expose v="false" />
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Languages</name>
      <dependency>
        <name>dependency</name>
        <entityName>Language_entity</entityName>
        <fieldName>ISO3Name</fieldName>
      </dependency>
    </entityConsumer>
    <entityConsumer>
      <name>Offers</name>
      <dependency>
        <name>dependency</name>
        <entityName>Offer_entity</entityName>
        <fieldName>ContactOffers</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/offers/children/contactid_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Salutations</name>
      <dependency>
        <name>dependency</name>
        <entityName>SalutationDistinct_entity</entityName>
        <fieldName>Salutations</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>Language_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutations/children/language_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Attributes</name>
      <onValidation>%aditoprj%/entity/Person_entity/entityfields/attributes/onValidation.js</onValidation>
      <dependency>
        <name>dependency</name>
        <entityName>AttributeRelation_entity</entityName>
        <fieldName>AttributeRelations</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ObjectRowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ObjectType_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess>
        </entityParameter>
Johannes Hörmann's avatar
Johannes Hörmann committed
        <entityParameter>
          <name>ShowDsgvoMessage_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/showdsgvomessage_param/valueProcess.js</valueProcess>
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>SalutationTitles</name>
      <dependency>
        <name>dependency</name>
        <entityName>SalutationTitleDistinct_entity</entityName>
        <fieldName>SalutationTitles</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>Salutation_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/salutation_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>Language_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/language_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityActionField>
      <name>newTask</name>
      <title>New task</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newtask/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:TASKS</iconId>
    </entityActionField>
    <entityConsumer>
      <name>Tasks</name>
S.Listl's avatar
S.Listl committed
      <dependency>
        <name>dependency</name>
        <entityName>Task_entity</entityName>
        <fieldName>Tasks</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>RowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ObjectId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>PresetLinks_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>ObjectTrees</name>
      <dependency>
        <name>dependency</name>
        <entityName>ObjectTree_entity</entityName>
        <fieldName>TreeProvider</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ObjectId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ObjectType_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objecttype_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>STATUS</name>
      <title>Status</title>
      <consumer>KeywordContactStates</consumer>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/status/valueProcess.js</valueProcess>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityConsumer>
      <name>KeywordContactStates</name>
      <dependency>
        <name>dependency</name>
        <entityName>KeywordEntry_entity</entityName>
        <fieldName>SpecificContainerKeywords</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContainerName_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>ContactAndOrganisationAddresses</name>
      <dependency>
        <name>dependency</name>
        <entityName>Address_entity</entityName>
        <fieldName>OrganisationAndContactAddresses</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/contactid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>OrganisationId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/organisationid_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>DEPARTMENT</name>
      <title>Department</title>
      <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/department/dropDownProcess.js</dropDownProcess>
      <textInputAllowed v="true" />
    </entityField>
    <entityField>
      <name>POSITION</name>
      <title>Position</title>
      <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/position/dropDownProcess.js</dropDownProcess>
      <textInputAllowed v="true" />
    </entityField>
    <entityField>
      <name>CONTACTROLE</name>
      <title>Contactrole</title>
      <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/contactrole/dropDownProcess.js</dropDownProcess>
      <textInputAllowed v="true" />
    </entityField>
    <entityConsumer>
S.Listl's avatar
S.Listl committed
      <dependency>
        <name>dependency</name>
        <entityName>LogHistory_entity</entityName>
        <fieldName>LogHistoryProvider</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>tablenames_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/loghistories/children/tablenames_param/valueProcess.js</valueProcess>
S.Listl's avatar
S.Listl committed
          <expose v="true" />
          <mandatory v="true" />
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>OtherContacts</name>
      <dependency>
        <name>dependency</name>
        <entityName>Contact_entity</entityName>
        <fieldName>PersonsContactsExceptOwn</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>OwnContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/owncontactid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>LanguageKey_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/languagekey_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityField>
      <name>ORGANISATION_NAME</name>
    </entityField>
    <entityParameter>
      <name>ExcludedContactIds_param</name>
      <expose v="true" />
      <description>PARAMETER</description>
    </entityParameter>
    <entityProvider>
      <name>Contacts</name>
      <dependencies>
        <entityDependency>
          <name>e46dcd73-64a8-4b3e-b976-1b4643c54ebb</name>
          <entityName>CampaignStep_entity</entityName>
          <fieldName>ContactsConsumer</fieldName>
          <isConsumer v="false" />
        </entityDependency>
        <entityDependency>
          <name>4d317eb3-6a4e-40c6-946e-d54289dcd99b</name>
          <entityName>Member_entity</entityName>
          <fieldName>Contacts</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <expose v="false" />
        </entityParameter>
        <entityParameter>
          <name>ExcludedContactIds_param</name>
          <expose v="true" />
        </entityParameter>
        <entityParameter>
          <name>OrgId_param</name>
          <expose v="false" />
        </entityParameter>
        <entityParameter>
          <name>OnlyShowContactIds_param</name>
          <expose v="true" />
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityProvider>
    <entityConsumer>
      <name>360DegreeObjects</name>
      <dependency>
        <name>dependency</name>
        <entityName>360Degree_entity</entityName>
        <fieldName>PersonObjects</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ObjectRowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityActionField>
      <name>addToCampaign</name>
      <title>Add to Campaign</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/addtocampaign/onActionProcess.js</onActionProcess>
      <actionOrder v="1" />
      <iconId>NEON:GROUP_APPOINTMENT</iconId>
      <tooltip>Choose a campaign and a step to add the contact to a  campaign</tooltip>
    </entityActionField>
    <entityConsumer>
      <name>AttributeTree</name>
      <dependency>
        <name>dependency</name>
        <entityName>AttributeRelation_entity</entityName>
        <fieldName>TreeProvider</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ObjectRowId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ObjectType_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>ShowDsgvoMessage_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/showdsgvomessage_param/valueProcess.js</valueProcess>
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityConsumer>
    <entityField>
      <name>DATE_NEW</name>
S.Listl's avatar
S.Listl committed
      <title>DATE_NEW</title>
      <contentType>DATE</contentType>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>USER_NEW</name>
S.Listl's avatar
S.Listl committed
      <title>USER_NEW</title>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>USER_EDIT</name>
S.Listl's avatar
S.Listl committed
      <title>USER_EDIT</title>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_edit/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>DATE_EDIT</name>
S.Listl's avatar
S.Listl committed
      <title>DATE_EDIT</title>
      <contentType>DATE</contentType>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_edit/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>DATE_NEW_CONTACT</name>
S.Listl's avatar
S.Listl committed
      <title>DATE_NEW_CONTACT</title>
      <contentType>DATE</contentType>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new_contact/valueProcess.js</valueProcess>
    </entityField>
    <entityField>
      <name>USER_NEW_CONTACT</name>
S.Listl's avatar
S.Listl committed
      <title>USER_NEW_CONTACT</title>
S.Listl's avatar
S.Listl committed
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new_contact/valueProcess.js</valueProcess>
    </entityField>
    <entityParameter>
      <name>AdditionalActivityTaskLinks_param</name>
      <title></title>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/additionalactivitytasklinks_param/valueProcess.js</valueProcess>
      <description>PARAMETER</description>
    </entityParameter>
    <entityField>
      <name>PICTURE</name>
      <title>Picture</title>
      <contentType>IMAGE</contentType>
      <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/picture/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityParameter>
      <name>AvatarText_param</name>
      <valueProcess>%aditoprj%/entity/Person_entity/entityfields/avatartext_param/valueProcess.js</valueProcess>
      <description>PARAMETER</description>
    </entityParameter>
    <entityActionGroup>
      <name>campaignActionGroup</name>
      <title>Campaign</title>
      <iconId>NEON:GROUP_APPOINTMENT</iconId>
S.Listl's avatar
S.Listl committed
      <children>
        <entityActionField>
          <name>addToCampaignFromTable</name>
          <title>Add to Campaign</title>
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js</onActionProcess>
          <isMenuAction v="true" />
          <isObjectAction v="false" />
S.Listl's avatar
S.Listl committed
          <iconId>NEON:GROUP_APPOINTMENT</iconId>
          <stateProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/stateProcess.js</stateProcess>
S.Listl's avatar
S.Listl committed
          <tooltip>Add the selection to a campaign</tooltip>
          <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/tooltipProcess.js</tooltipProcess>
        </entityActionField>
S.Listl's avatar
S.Listl committed
        <entityActionField>
          <name>addToBulkMailFromTable</name>
          <title>Add to Bulkmail</title>
S.Listl's avatar
S.Listl committed
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtobulkmailfromtable/onActionProcess.js</onActionProcess>
          <isObjectAction v="false" />
S.Listl's avatar
S.Listl committed
          <isSelectionAction v="true" />
          <iconId>VAADIN:AT</iconId>
S.Listl's avatar
S.Listl committed
          <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtobulkmailfromtable/tooltipProcess.js</tooltipProcess>
        </entityActionField>
        <entityActionField>
          <name>addToSerialLetter</name>
          <title>Add to serial letter</title>
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtoserialletter/onActionProcess.js</onActionProcess>
          <isObjectAction v="false" />
          <isSelectionAction v="true" />
S.Listl's avatar
S.Listl committed
          <iconId>VAADIN:ENVELOPES</iconId>
S.Listl's avatar
S.Listl committed
          <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtoserialletter/tooltipProcess.js</tooltipProcess>
S.Listl's avatar
S.Listl committed
        </entityActionField>
S.Listl's avatar
S.Listl committed
      </children>
    </entityActionGroup>
    <entityActionGroup>
      <name>DuplicateActions</name>
      <title>Duplicate actions</title>
      <state>AUTO</state>
      <stateProcess>%aditoprj%/entity/Person_entity/entityfields/duplicateactions/stateProcess.js</stateProcess>
      <children>
        <entityActionField>
          <name>IntegrateSelectedIntoCurrentAction</name>
          <title>Integrate selected into current contact</title>
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/duplicateactions/children/integrateselectedintocurrentaction/onActionProcess.js</onActionProcess>
          <isSelectionAction v="true" />
          <iconId>NEON:IMPORT</iconId>
        </entityActionField>
        <entityActionField>
          <name>IntegrateCurrentIntoSelectedAction</name>
          <title>Integrate current into selected contact</title>
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/duplicateactions/children/integratecurrentintoselectedaction/onActionProcess.js</onActionProcess>
          <isSelectionAction v="true" />
          <iconId>NEON:EXPORT</iconId>
        </entityActionField>
        <entityActionField>
          <name>IgnoreDuplicate</name>
          <title>Ignore Duplicate</title>
          <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/duplicateactions/children/ignoreduplicate/onActionProcess.js</onActionProcess>
          <isSelectionAction v="true" />
          <iconId>VAADIN:CLOSE</iconId>
        </entityActionField>
      </children>
    </entityActionGroup>
S.Listl's avatar
S.Listl committed
    <entityActionField>
      <name>newEmail</name>
      <title>Write email</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newemail/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:AT</iconId>
    </entityActionField>
    <entityActionField>
      <name>newAppointment</name>
      <title>New appointment</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newappointment/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:CALENDAR</iconId>
      <tooltip>New Appointment</tooltip>
    </entityActionField>
    <entityConsumer>
      <name>CommRestrictions</name>
      <dependency>
        <name>dependency</name>
        <entityName>CommRestriction_Entity</entityName>
        <fieldName>PersonsCommRestriction</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/commrestrictions/children/contactid_param/valueProcess.js</valueProcess>
        </entityParameter>
S.Listl's avatar
S.Listl committed
      </children>
    </entityConsumer>
    <entityActionField>
      <name>newLetter</name>
      <title>New letter</title>
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newletter/onActionProcess.js</onActionProcess>
      <iconId>VAADIN:ENVELOPE</iconId>
    </entityActionField>
S.Listl's avatar
S.Listl committed
    <entityActionField>
S.Listl's avatar
S.Listl committed
      <name>openAdminView</name>
      <title>Open admin view</title>
S.Listl's avatar
S.Listl committed
      <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openadminview/onActionProcess.js</onActionProcess>
S.Listl's avatar
S.Listl committed
      <iconId>VAADIN:CURLY_BRACKETS</iconId>
S.Listl's avatar
S.Listl committed
      <stateProcess>%aditoprj%/entity/Person_entity/entityfields/openadminview/stateProcess.js</stateProcess>
S.Listl's avatar
S.Listl committed
    </entityActionField>
    <entityConsumer>
Maximilian Hofmann's avatar
Maximilian Hofmann committed
      <name>DSGVOEntries</name>
      <stateProcess>%aditoprj%/entity/Person_entity/entityfields/dsgvoentries/stateProcess.js</stateProcess>
      <dependency>
        <name>dependency</name>
        <entityName>DSGVO_entity</entityName>
        <fieldName>#PROVIDER</fieldName>
      </dependency>
Maximilian Hofmann's avatar
Maximilian Hofmann committed
      <children>
        <entityParameter>
Johannes Hörmann's avatar
Johannes Hörmann committed
          <name>ContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/dsgvoentries/children/contactid_param/valueProcess.js</valueProcess>
Maximilian Hofmann's avatar
Maximilian Hofmann committed
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>Appointments</name>
      <dependency>
        <name>dependency</name>
        <entityName>Appointment_entity</entityName>
        <fieldName>LinkedAppointments</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>LinkedObjectId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/appointments/children/linkedobjectid_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityConsumer>
      <name>PersonDuplicates</name>
      <dependency>
        <name>dependency</name>
      </dependency>
      <children>
        <entityParameter>
          <name>targetEntity_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/targetentity_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>filterName_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/filtername_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>resultFields_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/resultfields_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>valuesToScan_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/valuestoscan_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>resultFieldsIdFieldName_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/resultfieldsidfieldname_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>recordIdToIgnore_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/recordidtoignore_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>targetContext_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/targetcontext_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>sourceContactId_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/sourcecontactid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>contactIdToCheckForCachedDuplicates_param</name>
          <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personduplicates/children/contactidtocheckforcachedduplicates_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityParameter>
      <name>OnlyShowContactIds_param</name>
      <expose v="true" />
    </entityParameter>
    <entityConsumer>
      <name>SelfDuplicates</name>