Fórum

How to change single approval notification message with

RAVI RAJAMANI, modificado 6 Anos atrás.

How to change single approval notification message with

Regular Member Postagens: 123 Data de Entrada: 07/12/14 Postagens Recentes
Hi,

How to change single approval notification message notification template.


snippet of single approval xml file.

<notification>
<name>Review Notification</name>
<template>${userName} sent you a ${entryType} for review in the workflow.</template>
<template-language>freemarker</template-language>
<notification-type>email</notification-type>
<notification-type>user-notification</notification-type>
<execution-type>onAssignment</execution-type>
</notification>

I want to show user name and other variables values which are used in template tag in email subject.

Regards,
Ravi R