掲示板

How to change single approval notification message with

6年前 に RAVI RAJAMANI によって更新されました。

How to change single approval notification message with

Regular Member 投稿: 123 参加年月日: 14/12/07 最新の投稿
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