diff --git a/process/emailWrite/documentation.adoc b/process/emailWrite/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..b26f9b3ea57c4c9a78c4454ecfde1186b0ecba81 --- /dev/null +++ b/process/emailWrite/documentation.adoc @@ -0,0 +1,18 @@ += 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 diff --git a/process/emailWrite/emailWrite.aod b/process/emailWrite/emailWrite.aod index a752349818c0a8632c76c4167a1e9ed84af7cf51..008853153ce35a66a7aeb06750af00b6fdf20c4c 100644 --- a/process/emailWrite/emailWrite.aod +++ b/process/emailWrite/emailWrite.aod @@ -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>