- 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: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-21-2022 01:31 AM
Hello,
So I used GlideRecord directly in business rule to create a new mapping item whenever I create a new knowledge, do you think it is a good practice? By the way can you show me the document where I can find these kind of tables related to the UC? (mapping with service catalog, sp etc...)
Many thanks!!
Tuan Anh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 01:46 AM
Hi,
I won't suggest use script.
for checking tables you can visit the KB base, related list table check
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
‎06-26-2023 09:43 AM
HI Ankur,
Can you please help me with the below query?
OOB User criteria is not available on 'std_change_proposal' table and we are not even able to add it from the related list. Is there any way to add User criteria i,e Available for, Not available For on the 'std_change_proposal table'?