Configure approvals for Knowledge Article based on KB Category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 10:45 AM
Hello All,
There is a requirement from our customer to build approvals based on Knowledge Base Category instead of Knowledge Base level.
There is OOB Workflow Knowledge Article -Publish workflow where we need to modify the level of approvals based on the Category selected.
When Category is Network then it should trigger approval to a specific user and in the same way, if Category is selected as Oracle it should trigger approval to some other user.
Can anyone suggest to me how to achieve this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2022 01:56 PM
Easiest way would be to add an Approver field to the Category table and put the approver there. Then in the workflow add the approval action where needed and pull the approver from the categories approver field that you created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 02:46 AM
Hello Drew,
Can you please help me with the configurations steps as to how to achieve this?
Since I am new to this requirement and it is also very urgent as I need to set up a demo.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 06:28 AM
Sounds like this is a good opportunity for learning something new.
Google is your friend on this one.
Adding fields to a table - Add User Reference field to Knowledge Category table.
https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_learnv2_buildneedit_quebec_adding_fields_to_a_table
Workflow Editor
https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/workflow/reference/workflow-editor.html
Now Learning also has a number of free things you can go thru to learn how to do this
https://nowlearning.servicenow.com/lxp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 09:53 AM
Hello ,
I have same requirement, have you got any solution for that?
