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

Contact person: new Contact: exclude combinations that already exist - documentation

parent 937278a8
No related branches found
No related tags found
No related merge requests found
...@@ -589,6 +589,7 @@ ...@@ -589,6 +589,7 @@
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/valueProcess.js</valueProcess>
<expose v="true" /> <expose v="true" />
<triggerRecalculation v="true" /> <triggerRecalculation v="true" />
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/documentation.adoc</documentation>
<description>PARAMETER</description> <description>PARAMETER</description>
</entityParameter> </entityParameter>
<entityConsumer> <entityConsumer>
...@@ -634,11 +635,13 @@ ...@@ -634,11 +635,13 @@
<entityParameter> <entityParameter>
<name>ExcludeOrganisationsByPersonId</name> <name>ExcludeOrganisationsByPersonId</name>
<expose v="true" /> <expose v="true" />
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/excludeorganisationsbypersonid/documentation.adoc</documentation>
<description>PARAMETER</description> <description>PARAMETER</description>
</entityParameter> </entityParameter>
<entityProvider> <entityProvider>
<name>WithPersonIdFilter</name> <name>WithPersonIdFilter</name>
<fieldType>DEPENDENCY_IN</fieldType> <fieldType>DEPENDENCY_IN</fieldType>
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/withpersonidfilter/documentation.adoc</documentation>
<dependencies> <dependencies>
<entityDependency> <entityDependency>
<name>5a456b04-f0ca-4a45-9c1f-bdfdf074434a</name> <name>5a456b04-f0ca-4a45-9c1f-bdfdf074434a</name>
...@@ -656,6 +659,7 @@ ...@@ -656,6 +659,7 @@
<name>ExcludeOrganisationsByPersonId</name> <name>ExcludeOrganisationsByPersonId</name>
<title></title> <title></title>
<expose v="true" /> <expose v="true" />
<mandatory v="true" />
</entityParameter> </entityParameter>
<entityParameter> <entityParameter>
<name>WithPrivate_param</name> <name>WithPrivate_param</name>
......
A param used to filter Organisations where a specific PersonId does already exist as contact-entry.
In other words: The list of orgs is reduced by those where a Contact-entry does exist for the given Personid
\ No newline at end of file
Provides Organisations where a filter is applied:
The list of Organisations is reduced by those where a Contact-entry does exist for a given PersonId.
\ No newline at end of file
Param that describes if the "private"-dummy-Organisation shall be returned or not.
Possible values are:
- `true`
- `false`
The Default value is `false`.
If the value `true` is passed the "private"-dummy-Organisation will be returned. Otherwise the "private"-dummy-Organisation is filtered.
\ No newline at end of file
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