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

[Projekt: Entwicklung - Neon][TicketNr.: 1030874][ Technische Doku - Review und Ergänzen]

ACTIVITY
parent f148251a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<name>Activity_entity</name>
<title>Activity</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Activity_entity/documentation.adoc</documentation>
<iconId>NEON:HISTORY</iconId>
<imageProcess>%aditoprj%/entity/Activity_entity/imageProcess.js</imageProcess>
<recordContainer>db</recordContainer>
......@@ -137,7 +138,7 @@
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="false" />
<description>Nur Eigene anzeigen</description>
<documentation>%aditoprj%/entity/Activity_entity/entityfields/onlyinnate_param/documentation.adoc</documentation>
</entityParameter>
<entityField>
<name>DATE_EDIT</name>
......@@ -168,7 +169,7 @@
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="false" />
<description>PARAMETER</description>
<documentation>%aditoprj%/entity/Activity_entity/entityfields/objectid_param/documentation.adoc</documentation>
</entityParameter>
<entityField>
<name>ObjectId</name>
......
= Activity
An activity describes one part of the communication timeline.
This could be for example an e-mail or a phone call.
Every activity can be connected to several other objects like contactpersons, organisations, products, offers, and so on.
The `ObjectId_param`-param specifies the object type of a `RowId_param`.
For example if you pass a `RELATIONID` [of a contactperson] as `RowId_param` you've to specify the type[the `ObjObjectId_param`] as contactperson.
The `OnlyInnate_param` specifies a filter where only own records (records you created) are displayed.
\ 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