留言板

How to change single approval notification message with

RAVI RAJAMANI,修改在6 年前。

How to change single approval notification message with

Regular Member 帖子: 123 加入日期: 14-12-7 最近的帖子
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