diff --git a/entity/AnyContact_entity/AnyContact_entity.aod b/entity/AnyContact_entity/AnyContact_entity.aod index 6f36172e79513e874e73272cc1ccdc7eabe2aec3..5c13950f189eeb6f23a365b179f2d515048778fc 100644 --- a/entity/AnyContact_entity/AnyContact_entity.aod +++ b/entity/AnyContact_entity/AnyContact_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11"> <name>AnyContact_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/AnyContact_entity/documentation.adoc</documentation> <contentTitleProcess>%aditoprj%/entity/AnyContact_entity/contentTitleProcess.js</contentTitleProcess> <recordContainer>db</recordContainer> <entityFields> @@ -146,6 +147,7 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description> </entityParameter> <entityProvider> <name>OnlySameCompany</name> + <documentation>%aditoprj%/entity/AnyContact_entity/entityfields/onlysamecompany/documentation.adoc</documentation> <dependencies> <entityDependency> <name>28b19d6b-237c-4268-b6c6-323df408c94a</name> diff --git a/entity/AnyContact_entity/documentation.adoc b/entity/AnyContact_entity/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..a8e95bef207048b6338d961b04e6e21d601034ae --- /dev/null +++ b/entity/AnyContact_entity/documentation.adoc @@ -0,0 +1,4 @@ +AnyContact_entity +======= + +Displays both a contact and organisation in one entity with the common denominator \ No newline at end of file diff --git a/entity/AnyContact_entity/entityfields/onlysamecompany/documentation.adoc b/entity/AnyContact_entity/entityfields/onlysamecompany/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..0ff9525a6e084bba4f4a61a67b1103ea904a7ae8 --- /dev/null +++ b/entity/AnyContact_entity/entityfields/onlysamecompany/documentation.adoc @@ -0,0 +1,4 @@ +AnyContact_entity - OnlySameCompany +======= + +Via the parameter "ContactId_param" the entity provides a filtered list of contacts \ No newline at end of file