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 @@
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/valueProcess.js</valueProcess>
<expose v="true" />
<triggerRecalculation v="true" />
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/documentation.adoc</documentation>
<description>PARAMETER</description>
</entityParameter>
<entityConsumer>
......@@ -634,11 +635,13 @@
<entityParameter>
<name>ExcludeOrganisationsByPersonId</name>
<expose v="true" />
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/excludeorganisationsbypersonid/documentation.adoc</documentation>
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>WithPersonIdFilter</name>
<fieldType>DEPENDENCY_IN</fieldType>
<documentation>%aditoprj%/entity/Organisation_entity/entityfields/withpersonidfilter/documentation.adoc</documentation>
<dependencies>
<entityDependency>
<name>5a456b04-f0ca-4a45-9c1f-bdfdf074434a</name>
......@@ -656,6 +659,7 @@
<name>ExcludeOrganisationsByPersonId</name>
<title></title>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityParameter>
<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