...
Both the title and the description of the user interaction that will be displayed to the user can be set on the user interaction. This allows you to customize the appearance for your use case.
Tags
Info |
---|
Tags are available from version 8.0 |
By setting one ore more tag, you can decide on which detail page a given user interaction should appear. So if you create a user interaction in relation with a communication data, you can set the tag to communication-data
to show it on the detail page of the communication data.
Available tags:
Tag | Description | Example |
---|---|---|
| A user interaction in relation to a users communication data |
|
| A user interaction in relation with a organization unit / company. You can add the id of the given organization unit to further specify which object it is affecting. Just us the |
|
| A user interaction in relation to a representation |
|
Combining multiple tags
You can also combine multiple tags together. Simply separate them by using the ;
separator. Here is an example of a user interaction that effects two organization units:
Code Block |
---|
organization-unit:3343;organization-unit:3353 |
Data Storage
The user interactions and their data are stored in the CoreOne Suite Meta Directory.
...