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

refactor dfo: Address_entity

parent f0d8818e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
<entityField>
<name>COUNTRY</name>
<title>Country</title>
<consumer>Countries_dfo</consumer>
<consumer>Countries</consumer>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/country/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -119,7 +119,7 @@
<name>#PROVIDER</name>
</entityProvider>
<entityConsumer>
<name>Countries_dfo</name>
<name>Countries</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
......@@ -151,6 +151,7 @@
<name>DefaultAddressId_param</name>
<expose v="true" />
<triggerRecalculation v="false" />
<mandatory v="false" />
<documentation>%aditoprj%/entity/Address_entity/entityfields/defaultaddressid_param/documentation.adoc</documentation>
<description>provide a ADDRESSID-value of the standard address (of a RELATION)</description>
</entityParameter>
......
`ADDRESSID`-value that specifies which ADDRESSID` is the standard addess of a record. [.small]#See: `IS_STANDARD` field#
There is no validation if the provided value is actually the value of an standard address or a valid `ADDRESSID` at all.
\ No newline at end of file
There is no validation if the provided value is actually the value of an standard address or a valid `ADDRESSID` at all.
This param enables a fast determination of the standard-address-flag.
\ No newline at end of file
......@@ -19,7 +19,7 @@
<entityDependency>
<name>83e8a2e6-aa80-4b35-a0ad-8dad483ed428</name>
<entityName>Address_entity</entityName>
<fieldName>Countries_dfo</fieldName>
<fieldName>Countries</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
......
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