Some Choices needs to be restricted for Kb_knowledge table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
I have requirement one language field is there on the knowledge table and there is one language field on the user table.
For the knowledge table language field the choices are referenced from the user table language choices and now i need to restrict few language choices on the knowledge table field how to achieve this.
I have tried simple reference qualifier but that is not working as mentioned in the screenshot.
Screenshots are attached for reference.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @dev_S
Restrict Language Choices using Reference Qualifiers:
- Go to: System Definition > Dictionary
- Search for: kb_knowledge.language
- Open the dictionary entry and set a Reference Qualifier like:
active=true^languageINen,fr,de
- This limits the dropdown to only English, French, and German.
Restrict Language Choices using ACL:
- Create ACLs on the kb_knowledge.language field
- Use conditions or scripts to restrict based on user roles or groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @Vikas Yadav ,
This is not working as there is a another field "language" on " kb_knowledge " table is available only choices are referenced from user table other " language " field and I need to restrict two choices in that "language" drop down field, as mentioned in the screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Is there any way can we restrict for only " kb_template_what_is " or " kb_template_how_to " any template tables with dictionary override.