Skip to content
Snippets Groups Projects
Commit 40ab584e authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1058757-DistrictManagement' into '2020.2.0'

#1058757 district management

See merge request xrm/basic!342
parents 7b23cd0f e7a33223
No related branches found
No related tags found
No related merge requests found
Showing
with 636 additions and 6 deletions
......@@ -4,10 +4,13 @@ import("Keyword_lib");
import("KeywordRegistry_basic");
import("system.result");
if (vars.get("$sys.presentationmode") === neon.CONTEXT_PRESENTATIONMODE_FILTER)
var filter = vars.get("$param.FilterPreSet_param");
if (vars.get("$sys.presentationmode") === neon.CONTEXT_PRESENTATIONMODE_FILTER && (!filter && filter != null))
{
var statusInactive = $KeywordRegistry.contactStatus$inactive();
var filter = {
filter = {
type: "group",
operator: "AND",
childs: [{
......@@ -21,4 +24,6 @@ if (vars.get("$sys.presentationmode") === neon.CONTEXT_PRESENTATIONMODE_FILTER)
};
result.string(JSON.stringify(filter));
}
\ No newline at end of file
}
result.string(filter);
\ No newline at end of file
......@@ -1279,6 +1279,20 @@
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityConsumer>
<name>Districts</name>
<dependency>
<name>dependency</name>
<entityName>District_entity</entityName>
<fieldName>Districts</fieldName>
</dependency>
<children>
<entityParameter>
<name>OnlyResponsibleDistricts</name>
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/districts/children/onlyresponsibledistricts/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.vars");
import("system.result");
import("Employee_lib");
var contactId = vars.get("$field.CONTACTID");
if (EmployeeUtils.isUser(contactId)) {
result.string(contactId);
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
<useFavorites v="true" />
<iconId>VAADIN:BOOK_DOLLAR</iconId>
<imageProcess>%aditoprj%/entity/Salesproject_entity/imageProcess.js</imageProcess>
<titlePlural>Sales Projects</titlePlural>
<titlePlural>Salesprojects</titlePlural>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
......@@ -257,7 +257,7 @@
<dependency>
<name>dependency</name>
<entityName>Member_entity</entityName>
<fieldName>Links</fieldName>
<fieldName>WithDistrictResponsibles</fieldName>
</dependency>
<children>
<entityParameter>
......
......@@ -7305,6 +7305,63 @@
<entry>
<key>Unread</key>
</entry>
<entry>
<key>Parent Filter</key>
</entry>
<entry>
<key>Filter information</key>
</entry>
<entry>
<key>District Responsible</key>
</entry>
<entry>
<key>Responsibles</key>
</entry>
<entry>
<key>Districts</key>
</entry>
<entry>
<key>{$DISTRICTNUMBER}</key>
</entry>
<entry>
<key>{$DISTRICT_PARENT_DISTRICT}</key>
</entry>
<entry>
<key>Responsible Districts</key>
</entry>
<entry>
<key>District No.:</key>
</entry>
<entry>
<key>Customer counting</key>
</entry>
<entry>
<key>{$PARENT_DISTRICT}</key>
</entry>
<entry>
<key>{$DISTRICT_NUMBER}</key>
</entry>
<entry>
<key>District definition</key>
</entry>
<entry>
<key>{$DISTRICT_NO}</key>
</entry>
<entry>
<key>{$DISTRICT}</key>
</entry>
<entry>
<key>The district no has to be bigger than %0</key>
</entry>
<entry>
<key>District Filter</key>
</entry>
<entry>
<key>{$DISTRICT_RESPONSIBLE}</key>
</entry>
<entry>
<key>{$DISTRICT_TOTAL_TURNOVER}</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -9309,6 +9309,79 @@ Bitte Datumseingabe prüfen</value>
<entry>
<key>The use of any of your previous %0 passwords is prohibited</key>
</entry>
<entry>
<key>Parent Filter</key>
<value>Übergeordneter Filter</value>
</entry>
<entry>
<key>Filter information</key>
</entry>
<entry>
<key>District Responsible</key>
<value>Gebietsverantwortlicher</value>
</entry>
<entry>
<key>Responsibles</key>
<value>Gebietsverantwortliche</value>
</entry>
<entry>
<key>Districts</key>
</entry>
<entry>
<key>{$DISTRICTNUMBER}</key>
<value>Gebietsnummer</value>
</entry>
<entry>
<key>{$DISTRICT_PARENT_DISTRICT}</key>
<value>Übergeordnetes Gebiet</value>
</entry>
<entry>
<key>Responsible Districts</key>
<value>Verantwortliche Gebiete</value>
</entry>
<entry>
<key>District No.:</key>
<value>Gebiets-Nr.:</value>
</entry>
<entry>
<key>Customer counting</key>
<value>Anzahl Kunden</value>
</entry>
<entry>
<key>{$PARENT_DISTRICT}</key>
</entry>
<entry>
<key>{$DISTRICT_NUMBER}</key>
<value>Gebietsnummer</value>
</entry>
<entry>
<key>District definition</key>
<value>Gebietsdefinition</value>
</entry>
<entry>
<key>{$DISTRICT_NO}</key>
<value>Gebietsnr.:</value>
</entry>
<entry>
<key>{$DISTRICT}</key>
<value>Gebiet</value>
</entry>
<entry>
<key>The district no has to be bigger than %0</key>
<value>Die Gebietsnummer sollte größer sein als %0</value>
</entry>
<entry>
<key>District Filter</key>
<value>Gebietsfilter</value>
</entry>
<entry>
<key>{$DISTRICT_RESPONSIBLE}</key>
<value>Gebietsverantwortlicher</value>
</entry>
<entry>
<key>{$DISTRICT_TOTAL_TURNOVER}</key>
<value>Umsatz gesamt</value>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
......@@ -7376,6 +7376,63 @@
<entry>
<key>Unread</key>
</entry>
<entry>
<key>Parent Filter</key>
</entry>
<entry>
<key>Filter information</key>
</entry>
<entry>
<key>District Responsible</key>
</entry>
<entry>
<key>Responsibles</key>
</entry>
<entry>
<key>Districts</key>
</entry>
<entry>
<key>{$DISTRICTNUMBER}</key>
</entry>
<entry>
<key>{$DISTRICT_PARENT_DISTRICT}</key>
</entry>
<entry>
<key>Responsible Districts</key>
</entry>
<entry>
<key>District No.:</key>
</entry>
<entry>
<key>Customer counting</key>
</entry>
<entry>
<key>{$PARENT_DISTRICT}</key>
</entry>
<entry>
<key>{$DISTRICT_NUMBER}</key>
</entry>
<entry>
<key>District definition</key>
</entry>
<entry>
<key>{$DISTRICT_NO}</key>
</entry>
<entry>
<key>{$DISTRICT}</key>
</entry>
<entry>
<key>The district no has to be bigger than %0</key>
</entry>
<entry>
<key>District Filter</key>
</entry>
<entry>
<key>{$DISTRICT_RESPONSIBLE}</key>
</entry>
<entry>
<key>{$DISTRICT_TOTAL_TURNOVER}</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
<?xml version="1.0" encoding="UTF-8"?>
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.1">
<name>District</name>
<title>Districts</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<icon>VAADIN:GLOBE</icon>
<mainView>DistrictMain_view</mainView>
<filterView>DistrictFilter_view</filterView>
<editView>DistrictEdit_view</editView>
<previewView>DistrictPreview_view</previewView>
<entity>District_entity</entity>
<references>
<neonViewReference>
<name>7e7c84fd-f4c5-4907-ab43-b31d6fafb42a</name>
<view>DistrictFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>12843ee8-b70b-41e3-88e8-4500d299b588</name>
<view>DistrictEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>db6ac483-a73c-462f-8e2d-e59db4c7c6a2</name>
<view>DistrictMain_view</view>
</neonViewReference>
<neonViewReference>
<name>bb3c4a77-62b0-4749-a4ef-55c60c6b9e5c</name>
<view>DistrictPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>bb8600b2-a4ee-49a5-b120-b2e12db7e25c</name>
<view>DistrictList_view</view>
</neonViewReference>
</references>
</neonContext>
<?xml version="1.0" encoding="UTF-8"?>
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.1">
<name>DistrictResponsible</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<icon>VAADIN:GLOBE</icon>
<entity>DistrictResponsible_entity</entity>
<references>
<neonViewReference>
<name>ee2298ba-af17-492b-9128-714e82def8e3</name>
<view>DistrictResponsibleMultiEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>fc24246c-51de-4d00-b2aa-7e9505461c2e</name>
<view>DistrictResponsibleList_view</view>
</neonViewReference>
<neonViewReference>
<name>cba355d3-4ef4-441e-8976-f51c8fe65eec</name>
<view>DistrictResponsiblePreviewList_view</view>
</neonViewReference>
</references>
</neonContext>
......@@ -53,7 +53,7 @@
</neonViewReference>
<neonViewReference>
<name>a97ac17d-171b-4c9a-83fa-bb5a466c7b20</name>
<view>OrganisationNoNoiseTable_view</view>
<view>OrganisationDuplicateEditview_view</view>
</neonViewReference>
<neonViewReference>
<name>ade0ed85-260d-4da5-bf4c-f838cfdcc693</name>
......@@ -67,5 +67,9 @@
<name>0b052872-d6b4-41ac-ad0b-580575893e1b</name>
<view>OrganisationLesserNoiseTable_view</view>
</neonViewReference>
<neonViewReference>
<name>2193fe84-ff57-4382-8200-5d1d846f455c</name>
<view>OrganisationDistrictResponsibles_view</view>
</neonViewReference>
</references>
</neonContext>
......@@ -63,5 +63,9 @@
<name>2a6c44be-53e2-469e-84b3-615841bd4430</name>
<view>PersonDuplicateEditview_view</view>
</neonViewReference>
<neonViewReference>
<name>93a274f8-8d73-4e18-b77c-a7eda6028116</name>
<view>PersonDistricts_view</view>
</neonViewReference>
</references>
</neonContext>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictEdit_view</name>
<title>Responsible Districts</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>genericViewTemplate</name>
<editMode v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>3c4e3069-f8ce-4cfc-84f5-17b5cbe606ec</name>
<entityField>DISTRICT_NAME</entityField>
</entityFieldLink>
<entityFieldLink>
<name>fd54e6af-1045-402d-a464-0bcd8d27573c</name>
<entityField>DISTRICT_NUMBER</entityField>
</entityFieldLink>
<entityFieldLink>
<name>ec0706b4-dcf4-4c0d-b99a-cc0b129f3e46</name>
<entityField>DISTRICT_INFO</entityField>
</entityFieldLink>
<entityFieldLink>
<name>325331a3-facb-4fd3-9efb-2bd8ed6f08f0</name>
<entityField>ISO3</entityField>
</entityFieldLink>
<entityFieldLink>
<name>941cb436-8b93-427d-ae2d-3731e55dd040</name>
<entityField>DISTRICT_STATUS</entityField>
</entityFieldLink>
<entityFieldLink>
<name>f77428c6-eaff-4554-aedb-cf56d4c573d6</name>
<entityField>PARENTDISTRICT_DISTRICTID</entityField>
</entityFieldLink>
<entityFieldLink>
<name>914ec7a6-f89f-44c5-9ea9-1a6223e4cf62</name>
<entityField>parentFilter</entityField>
</entityFieldLink>
<entityFieldLink>
<name>44d4f67e-5041-4b3f-a64f-71910050e035</name>
<entityField>DISTRICT_FILTER</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
<name>f1dddbee-5718-46b8-b682-ba4e707bf529</name>
<entityField>DistrictResponsibles</entityField>
<view>DistrictResponsibleMultiEdit_view</view>
</neonViewReference>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<groupLayout>
<name>layout</name>
</groupLayout>
</layout>
<children>
<treeTableViewTemplate>
<name>treetableViewTemplate</name>
<parentField>PARENTDISTRICT_DISTRICTID</parentField>
<hideContentSearch v="false" />
<showChildrenCount v="false" />
<entityField>#ENTITY</entityField>
<linkedColumns />
<defaultGroupFields />
<fixedFilterFields />
<columns>
<neonTreeTableColumn>
<name>9f8e99dc-cfb3-4038-b949-27571f787db2</name>
<entityField>DISTRICT_NAME</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>98f4acf0-ecb3-4999-8727-16df56e502cc</name>
<entityField>DISTRICT_NUMBER</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>9533ae87-3b08-4dd6-8265-13024cbab918</name>
<entityField>DISTRICT_INFO</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>df5ff116-cead-46c3-9569-0a51f2243c81</name>
<entityField>ISO3</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>87184bb1-4d44-4872-bae7-9be903f71354</name>
<entityField>DISTRICT_STATUS</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictList_view</name>
<title>Responsible Districts</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<treeTableViewTemplate>
<name>treeTableViewTemplate</name>
<parentField>PARENTDISTRICT_DISTRICTID</parentField>
<hideActions v="true" />
<entityField>#ENTITY</entityField>
<linkedColumns />
<defaultGroupFields />
<fixedFilterFields />
<hideHeader v="false" />
<isCreatable v="false" />
<isDeletable v="false" />
<isEditable v="false" />
<columns>
<neonTreeTableColumn>
<name>15a66360-dff7-4d21-b4e1-f48102f0bda1</name>
<entityField>DISTRICT_NAME</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>ca9631f4-f48b-49a6-83dd-3c5b33ee669a</name>
<entityField>DISTRICT_NUMBER</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>257e37e4-e6b0-4d74-aa46-9c0643aed985</name>
<entityField>DISTRICT_INFO</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>54a43aa1-1347-474c-9465-3a018d0cb99f</name>
<entityField>ISO3</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>932b9d0a-ccfc-4d17-b158-b19e3795af0b</name>
<entityField>DISTRICT_STATUS</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictMain_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<masterSlaveLayout>
<name>layout</name>
<master>8b52b148-a054-4e85-8de0-856be82abc77</master>
</masterSlaveLayout>
</layout>
<children>
<neonViewReference>
<name>8b52b148-a054-4e85-8de0-856be82abc77</name>
<entityField>#ENTITY</entityField>
<view>DistrictPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>b409f300-c8b4-4052-9012-5e6b79c03a9c</name>
<entityField>Organisations</entityField>
<view>OrganisationFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>665bcb1a-aeb5-4dc5-9c2b-5398ee85bdc9</name>
<entityField>Documents</entityField>
<view>DocumentFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>7001aa5a-75d1-42b4-bc45-db303d89184e</name>
<entityField>LogHistories</entityField>
<view>LogHistoryFilter_view</view>
</neonViewReference>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictPreview_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<headerFooterLayout>
<name>layout</name>
<header>cardViewTemplate</header>
<footer>scoreCardViewTemplate</footer>
</headerFooterLayout>
</layout>
<children>
<cardViewTemplate>
<name>cardViewTemplate</name>
<titleField>DISTRICT_NAME</titleField>
<descriptionField>DISTRICT_NUMBER_fieldGroup</descriptionField>
<entityField>#ENTITY</entityField>
</cardViewTemplate>
<neonViewReference>
<name>a7a731e8-f93e-4d90-8459-d249a13ecf0d</name>
<entityField>DistrictResponsibles</entityField>
<view>DistrictResponsiblePreviewList_view</view>
</neonViewReference>
<genericViewTemplate>
<name>furtherInfosGenericViewTemplate</name>
<showDrawer v="true" />
<drawerCaption>Further informations</drawerCaption>
<fixedDrawer v="false" />
<hideEmptyFields v="true" />
<entityField>#ENTITY</entityField>
<title>Further informations</title>
<fields>
<entityFieldLink>
<name>cda733b1-3bf4-4ec0-9aef-8865b7704094</name>
<entityField>LANG</entityField>
</entityFieldLink>
<entityFieldLink>
<name>f1c69329-5a9f-456f-b37d-1ca1b0e4943c</name>
<entityField>DISTRICT_INFO</entityField>
</entityFieldLink>
<entityFieldLink>
<name>0dddb53a-30ea-4c82-b7c2-7c3372a2968a</name>
<entityField>DISTRICT_FILTER</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<scoreCardViewTemplate>
<name>scoreCardViewTemplate</name>
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>5aa54d53-a6c2-4b5f-9eae-67c8e4208cfc</name>
<entityField>totalTurnover</entityField>
</entityFieldLink>
<entityFieldLink>
<name>c76e215e-e2f4-42e5-a245-810003fec56b</name>
<entityField>customerCounting</entityField>
</entityFieldLink>
</fields>
</scoreCardViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictResponsibleList_view</name>
<title>Responsibles</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<tableViewTemplate>
<name>tableViewTemplate</name>
<hideActions v="true" />
<entityField>#ENTITY</entityField>
<linkedColumns />
<fixedFilterFields />
<isCreatable v="false" />
<isDeletable v="false" />
<isEditable v="false" />
<columns>
<neonTableColumn>
<name>32e7b066-76b4-4bd2-b440-bc7844c929a6</name>
<entityField>EMPLOYEE_CONTACT_ID</entityField>
</neonTableColumn>
<neonTableColumn>
<name>dc9bce22-9a99-4db9-a76a-8fd4a91d5f0f</name>
<entityField>departmentAttributeName</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictResponsibleMultiEdit_view</name>
<title></title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericMultipleViewTemplate>
<name>genericViewTemplate</name>
<entityField>#ENTITY</entityField>
<title>Responsible</title>
<columns>
<neonGenericMultipleTableColumn>
<name>e1988e26-68a4-4a96-a484-4d9f7506505d</name>
<entityField>departmentAttributeName</entityField>
</neonGenericMultipleTableColumn>
<neonGenericMultipleTableColumn>
<name>2c588be3-a0df-4c3f-9632-574e5b975073</name>
<entityField>EMPLOYEE_CONTACT_ID</entityField>
</neonGenericMultipleTableColumn>
</columns>
</genericMultipleViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DistrictResponsiblePreviewList_view</name>
<title>Contactperson</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<titledListViewTemplate>
<name>titledListViewTemplate</name>
<titleField>departmentAttributeName</titleField>
<entityField>#ENTITY</entityField>
<title>Contactperson</title>
<columns>
<neonTitledListTableColumn>
<name>007d67c4-146b-4202-a677-4390059b4a0a</name>
<entityField>EMPLOYEE_CONTACT_ID</entityField>
<fullWidth v="false" />
</neonTitledListTableColumn>
</columns>
</titledListViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>OrganisationDistrictResponsibles_view</name>
<title>Responsibles</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<neonViewReference>
<name>a698babd-271c-4f21-94f7-391f4ad80877</name>
<entityField>DistrictResponsibles</entityField>
<view>DistrictResponsibleList_view</view>
</neonViewReference>
</children>
</neonView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment