- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2015 08:48 AM
Hello!
I have created an approval email notification and template for a knowledgebase approval workflow and I cannot get the email to kick off. I have approval emails for Change and Request that fire based on task type Change/Request but I cannot find a condition for knowledge that is working. I thought it would be knowledge submission but that isn't it.
Any idea how to fire an approval email based on knowledge in review state to be approved to be published?
Thank you!
Danielle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 12:36 PM
Hi Leah,
I worked with HI on a solution for this and I have to create a mail script to make this work since the notification needs to come from the approval table but the fields are on the KB table. All is working for us now. I hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2016 06:41 AM
Hello,
When working with sysapproval_approver, current.sysapproval is the ticket ID. For example, the following will get the catalog item name for a ritm. You should be able to do the same to get your data from kb_knowledge. I will actually be working on a couple of approval notifications for knowledge approvals tomorrow so if you need specifics send me a note in a couple of days and I can send the scripts to you.
template.print("
Request Submitted
- " + current.sysapproval.cat_item.name + "
");
Jon
Jon Mulherin
Off: +1 (914) 323-5775
Cell: +1 (214) 649-0738
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 01:21 AM
Thanks this helped me..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2017 06:06 AM
Awesome Jon Mulherin, it is working perfect with Jakarta latest patch

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 07:28 AM
Hi Danielle,
Do you mind sharing more details about the solution you were provided with? We have a very similar need.
Thank you,
Ewan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 08:34 AM
jonmulherin solution worked for me!