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

[Projekt: Entwicklung - Neon][TicketNr.: 1023712][ADDR - Standard setzten...

[Projekt: Entwicklung - Neon][TicketNr.: 1023712][ADDR - Standard setzten (Aktion, Button, Darstellung)]
[Projekt: Entwicklung - Neon][TicketNr.: 1023713][COMM - Standard setzten (Aktion, Button, Darstellung)]
parent 818d6b48
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,12 @@
<fieldName>OrgAddress_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
<entityDependency>
<name>aa44f6ec-2b9b-43f8-902d-92490480413f</name>
<entityName>Pers_entity</entityName>
<fieldName>OrgAddress_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
</dependencies>
</entityIncomingField>
<entityParameter>
......@@ -138,6 +144,21 @@
</entityDependency>
</dependencies>
</entityIncomingField>
<entityParameter>
<name>StandardAddressId_param</name>
<expose v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityField>
<name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType>
<possibleItemsProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard/possibleItemsProcess.js</possibleItemsProcess>
<valueProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Address_entity/entityfields/is_standard/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
</onValueChangeTypes>
</entityField>
</entityFields>
<linkInformation>
<linkInformation>
......
......@@ -5,6 +5,7 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/Comm_entity/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/Comm_entity/orderClauseProcess.js</orderClauseProcess>
<recordContainerType>DB</recordContainerType>
<caption>Communication</caption>
<entityFields>
......@@ -91,6 +92,11 @@
</entityDependency>
</dependencies>
</entityIncomingField>
<entityField>
<name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/is_standard/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<linkInformation>
<linkInformation>
......
......@@ -208,6 +208,11 @@
<code>%aditoprj%/entity/Org_entity/entityfields/orgaddress_dfo/children/relid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter>
<entityParameter>
<name>StandardAddressId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgaddress_dfo/children/standardaddressid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter>
</children>
</entityOutgoingField>
<entityField>
......
This diff is collapsed.
......@@ -36,6 +36,10 @@
<name>12727b21-0359-4430-a9c2-54eb48e2e864</name>
<entityField>CITY</entityField>
</neonTableColumn>
<neonTableColumn>
<name>df4263f3-13db-40e4-8d6c-65b8f6b37512</name>
<entityField>IS_STANDARD</entityField>
</neonTableColumn>
</columns>
</titledListViewTemplate>
</children>
......
......@@ -36,6 +36,10 @@
<name>d8a7a26b-9d7f-44d7-bbb1-b0404d5b8b2f</name>
<entityField>COUNTRY</entityField>
</neonTableColumn>
<neonTableColumn>
<name>33bcfdad-8466-4191-b9e3-7e5d73e384a6</name>
<entityField>IS_STANDARD</entityField>
</neonTableColumn>
</children>
</genericMultipleViewTemplate>
</children>
......
......@@ -10,6 +10,7 @@
<children>
<titledListViewTemplate>
<name>TitledList_template</name>
<highlightingField>IS_STANDARD</highlightingField>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
......
......@@ -20,6 +20,11 @@
<entityField>PersAddress_dfo</entityField>
<view>AddressList_view</view>
</neonViewReference>
<neonViewReference>
<name>f4f9ba7d-b969-416b-a4c2-0be82ad1c744</name>
<entityField>OrgAddress_dfo</entityField>
<view>AddressList_view</view>
</neonViewReference>
<neonViewReference>
<name>41e3d75c-0456-4140-b651-eb45ffb53a35</name>
<entityField>PersComm_dfo</entityField>
......
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