
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 04:30 AM
I'm developing one project using the knowledge table and I want to use the default workflow for Knowledge Approval. To approve any articles, the approvers are picked up from the knowledge base managers & owner. But, these both fields are user fields.
Do we have any way to get the approval from any group? I know I can do this by using my own workflow but I just wanted to check do we have any functionality provided by ServiceNow for group approval in Knowledge with less customization?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 04:33 AM
Check out this article:
This may trigger the approval to the ownership group.
Alternatively, you can create a group on the knowledgebase table and create a workflow to follow the approval through the group/manager with an approval co-ordinator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 04:33 AM
Check out this article:
This may trigger the approval to the ownership group.
Alternatively, you can create a group on the knowledgebase table and create a workflow to follow the approval through the group/manager with an approval co-ordinator.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 05:19 AM
Hi Swadesh,
Thanks for the quick response, I went through the article and it serves the purpose.
I'll recommend to go through the OOB approach rather than creating a new workflow.