- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi all
I have a requirement to send a notification to the knowledge author once the knowledge article is REJECTED on retirement.
Workflow: Click Retire UI action > State changes to Pending Retirement > Approval/Rejection is sent to approver > Requirement {if rejected, send an email to knowledge author}
How do I achieve the above requirement?
Thanks,
Ash
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I configured this solution and it has worked for me.
Step 1: Create an event in the sysevent_register table.
for eg;
Name = knowledge.retire.rejected;
Table = kb_knowledge
Step 2:
After Update BR on kb_knowledge table
Script:
Step 3: Create notification on kb_knowledge table
When to send: event is fire
Event name: select event created in step 1
Who will receive:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Just create a notification on the knowledge article table. Condition = 'workflow changes to retired' and you send the email to the author. Straightforward, just like with every notification.
Maybe also follow this thread, although I have the feeling you know about it: https://www.servicenow.com/community/architect-forum/i-have-a-requirement-to-send-a-notification-to-...
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Its not straightforward.
When a knowledge article is in the pending_retirement stage, an approval is sent to the approver. Once approver rejects it, the state changes to "published". That is when I require the notification to be triggered to the author.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Workflow - 'Knowledge - Approval Retire'. When Approval is rejected, customize the workflow to send an email notification along with out of box WF activity 'Move Article to Initial State'
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I configured this solution and it has worked for me.
Step 1: Create an event in the sysevent_register table.
for eg;
Name = knowledge.retire.rejected;
Table = kb_knowledge
Step 2:
After Update BR on kb_knowledge table
Script:
Step 3: Create notification on kb_knowledge table
When to send: event is fire
Event name: select event created in step 1
Who will receive: