
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2020 10:34 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2020 09:29 AM
Hello,
I've already covered this above.
Catalog items have varying workflows and different approvers because it's not a "one size fits all" type setup. You can define who approves it, individually. The workflows are built out manually based off the requirements.
For Knowledge articles...there's only a few workflows out of box. The default one, which is what most use, have set approvers on them...those approvers are either the owners of the knowledge base and/or the manager. Those are defined on the knowledge base main page, which I've linked to and shown above. You are more than welcome to create your own workflow, but since most are using the default workflow, that's what I've covered above already.
As stated above, you can go to Knowledge > Administration > Knowledge Bases to see the owners/managers and that will tell you who the approvals go to.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2020 01:32 PM
Ah..., Thanks Allen. I'm a little thick. There is a lot I'm familiar with in NOW but as they say, the Devil is in the detail. Thank you for spelling it out for me.
When I brought up Knowledge bases modules, it just didn't make sense. Now with you reply it all fits together.
Happy New

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2020 01:30 PM
You can find KB article approvals if you are using OOB workflow which will be members of ownership group at knowledge article level.
This is implemented in OOB script include
KBOwnershipGroupSNC
https://<<<YOUR_INSTANCE_NAME>>>.service-now.com/sys_script_include.do?sys_id=e082bbe267231300dbfdbb2d07415a1d
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2020 07:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2020 08:17 AM
I hope you know that knowledge article is tied to knowledge base.
Open knowledge base record and then see publish workflow.
- Navigate to Knowledge > Administration > Knowledge Bases.
- Click the name of the knowledge base whose workflow you want to assign.
- Assign the value of the Publish workflow field.
- Assign the value of the Retire workflow field.
- Click Update.
For the workflows that require approval, you configure which users can approve or reject by editing the getApprovers( ) function in the KBWorkflow script include.
Regards,
Sachin