Knowledge Approval emails

daniellethomson
Tera Expert

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

1 ACCEPTED SOLUTION

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!


View solution in original post

28 REPLIES 28

tiffany_gay
Kilo Explorer

You can do something simple like the following.     It is firing based on the Approval being created (which is when the Knowledge article is in Review).



email example.JPG


Hi Ms. Gay,



I am having the same issue - we're on Fuji and I've tried creating a notification to alert the approvers that a knowledge article needs review.



I tried your suggestion above and it's still not firing. I've also tried creating a notification directly on the kb_knowledge table for when a record is inserted or updated and workflow is review, and record is inserted or updated and workflow changes to review.



Still no go.



Any other suggestions?


easfl
Tera Expert

There is a business rule "Approval Events (Non-Task)" that triggers an event kb_knowledge.approval.inserted.   If you register that event you can create a notification to send when event fires.


Hi Mr. Smith,



Saw your reply and found the business rule you mentioned but I'm not sure I understand where it triggers an even kb_knowledge.approval.inserted, and I don't know what you mean about registering the event.



Here are screenshots of what the business rule looks like in my environment, and the script from the Advanced section (we upgraded from Eureka to Fuji a couple of months ago):



When to run:


App Event Non-Task When.jpg



Actions:


App Event Non-Task Action.jpg



Advanced:


App Event Non-Task Advanced.jpg



Script:


Script Shot 1.jpg


Script Shot 2.jpg