- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2022 09:15 PM
Is it achievable to automatically add an user criteria to a knowledge base (for example through business rule/after inserting etc). Can we achieve this programmatically using API or anything? I also want to know where the criterias added to a Knowledge Base is stored in the database and whether it is good practice to access and manipulate them. Thank you in advance!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2022 09:40 PM
Hi,
you can use script to create it from script
I don't think any API exists to create that
this table holds the mapping of user criteria with KB base -> kb_uc_can_read_mtom
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2022 09:41 PM
Hi,
You can add user criteria through script as well. If you want to use it in scoped application then you need to check below link:
Thanks,
Anil Lande
Thanks
Anil Lande