Skip to content
Snippets Groups Projects
Commit a925746e authored by Daniel Tran's avatar Daniel Tran Committed by Sebastian Pongratz
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 1048882][documentation zu Prozess emailWrite]

- Added needed .adoc documentation for emailWrite process.
parent 37285453
No related branches found
No related tags found
No related merge requests found
= emailWrite process
This process is called from the ADITO platform, in order to handle mouseclicks
on email addresses in the client. If the originating Entity is
"Communication_entity", the EmailEdit_view will be opened, in order to enable
the user to write a new email. In all other cases, the "mailto:" URL will be
opened, which in turn opens the standard email client of the user's device.
Variables of this process are:
- entity
- context
- address
- value
- uid
[NOTE]
There exists an equivalent for CTI calls, named ctiCall.
\ No newline at end of file
......@@ -2,6 +2,7 @@
<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.2" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.2">
<name>emailWrite</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/process/emailWrite/documentation.adoc</documentation>
<process>%aditoprj%/process/emailWrite/process.js</process>
<alias>Data_alias</alias>
</process>
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