Skip to content
Snippets Groups Projects
LeadLog_entity.aod 5.52 KiB
Newer Older
<?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>LeadLog_entity</name>
s.pongratz's avatar
s.pongratz committed
  <description></description>
  <majorModelMode>DISTRIBUTED</majorModelMode>
s.pongratz's avatar
s.pongratz committed
  <documentation>%aditoprj%/entity/LeadLog_entity/documentation.adoc</documentation>
  <grantCreate v="false" />
  <grantUpdate v="false" />
  <grantDelete v="true" />
  <grantDeleteProcess>%aditoprj%/entity/LeadLog_entity/grantDeleteProcess.js</grantDeleteProcess>
  <recordContainer>db</recordContainer>
  <entityFields>
    <entityProvider>
      <name>#PROVIDER</name>
    </entityProvider>
    <entityField>
      <name>LEADLOGID</name>
    </entityField>
    <entityField>
      <name>DATE_NEW</name>
      <title>Import Date</title>
      <contentType>DATE</contentType>
      <resolution>MINUTE</resolution>
    </entityField>
    <entityField>
      <name>USER_NEW</name>
      <title>Import user</title>
      <contentType>TEXT</contentType>
    </entityField>
    <entityField>
      <name>IMPORTSOURCE</name>
      <title>Import source</title>
    </entityField>
    <entityField>
      <name>IMPORTCANCELED</name>
      <title>Import canceled</title>
      <displayValueProcess>%aditoprj%/entity/LeadLog_entity/entityfields/importcanceled/displayValueProcess.js</displayValueProcess>
    </entityField>
    <entityField>
      <name>IMPORTERRORS</name>
      <title>Import errors</title>
    </entityField>
    <entityProvider>
      <name>LeadLogP</name>
      <titlePlural>Import logs</titlePlural>
      <dependencies>
        <entityDependency>
          <name>eaecc675-2fc3-4e10-8c3c-f8173444d329</name>
          <entityName>Leadimport_entity</entityName>
          <fieldName>LeadLogC</fieldName>
          <isConsumer v="false" />
        </entityDependency>
      </dependencies>
    </entityProvider>
    <entityParameter>
      <name>LeadImportId</name>
      <expose v="true" />
    </entityParameter>
    <entityField>
      <name>IMPORTROWS</name>
      <title>Inserted rows</title>
    </entityField>
      <dependency>
        <name>dependency</name>
        <entityName>Document_entity</entityName>
        <fieldName>Documents</fieldName>
      </dependency>
      <children>
        <entityParameter>
          <name>AssignmentName_param</name>
          <valueProcess>%aditoprj%/entity/LeadLog_entity/entityfields/logdocuments/children/assignmentname_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>AssignmentRowId_param</name>
          <valueProcess>%aditoprj%/entity/LeadLog_entity/entityfields/logdocuments/children/assignmentrowid_param/valueProcess.js</valueProcess>
        </entityParameter>
        <entityParameter>
          <name>AssignmentTable_param</name>
          <valueProcess>%aditoprj%/entity/LeadLog_entity/entityfields/logdocuments/children/assignmenttable_param/valueProcess.js</valueProcess>
        </entityParameter>
      </children>
    </entityConsumer>
    <entityProvider>
      <name>#PROVIDER_AGGREGATES</name>
      <useAggregates v="true" />
    </entityProvider>
  </entityFields>
  <recordContainers>
    <dbRecordContainer>
      <name>db</name>
      <conditionProcess>%aditoprj%/entity/LeadLog_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
      <orderClauseProcess>%aditoprj%/entity/LeadLog_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
      <alias>Data_alias</alias>
      <recordFieldMappings>
        <dbRecordFieldMapping>
          <name>LEADLOGID.value</name>
          <recordfield>LEADLOG.LEADLOGID</recordfield>
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>USER_NEW.value</name>
          <recordfield>LEADLOG.USER_NEW</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>IMPORTSOURCE.value</name>
          <recordfield>LEADLOG.IMPORTSOURCE</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>IMPORTERRORS.value</name>
          <recordfield>LEADLOG.IMPORTERRORS</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>IMPORTCANCELED.value</name>
          <recordfield>LEADLOG.IMPORTCANCELED</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>DATE_NEW.value</name>
          <recordfield>LEADLOG.DATE_NEW</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
        <dbRecordFieldMapping>
          <name>IMPORTROWS.value</name>
          <recordfield>LEADLOG.ROWSINSERTED</recordfield>
          <isFilterable v="true" />
Johannes Hörmann's avatar
Johannes Hörmann committed
          <isLookupFilter v="true" />
        </dbRecordFieldMapping>
      </recordFieldMappings>
      <linkInformation>
        <linkInformation>
          <name>0c8cdc60-c8dd-4d03-9878-8312ebca21f9</name>
          <tableName>LEADLOG</tableName>
          <primaryKey>LEADLOGID</primaryKey>
          <isUIDTable v="true" />
          <readonly v="false" />
        </linkInformation>
      </linkInformation>
    </dbRecordContainer>
  </recordContainers>
</entity>