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">
<majorModelMode>DISTRIBUTED</majorModelMode>
<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>
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<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>

Johannes Hörmann
committed
<entityConsumer>
<name>LogDocuments</name>
<dependency>
<name>dependency</name>
<entityName>Document_entity</entityName>
<fieldName>Documents</fieldName>
</dependency>

Johannes Hörmann
committed
<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>
<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" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>IMPORTSOURCE.value</name>
<recordfield>LEADLOG.IMPORTSOURCE</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>IMPORTERRORS.value</name>
<recordfield>LEADLOG.IMPORTERRORS</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>IMPORTCANCELED.value</name>
<recordfield>LEADLOG.IMPORTCANCELED</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>LEADLOG.DATE_NEW</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>IMPORTROWS.value</name>
<recordfield>LEADLOG.ROWSINSERTED</recordfield>
<isFilterable 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>