- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 11:21 PM
Hello to all,
I have a customer need
On the kb_knowledge_base.list table I have created a custo field (u_mandatory_ownership_group) of type (true /false)
When creating a knowledge base Kb, if this field is checked to true, make the field ownership group (ownership_group) which is on the table of articles: kb_knowledge.do to mandatory and if it is not checked to true, do not make it mandatory.
Attached are the screen shots of the two tables
Thank you for any suggestions.
Regards
Midro
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 11:58 PM
Hi
You can simply write a UI policy on knowledge article table (kb_knowledge) as below screenshot
Instead of selecting Knowledge base.Active is True
Select your custom field like Knowledge base.Mandatory Ownership is True
In UI policy actions, Set your ownership_group as mandatory.
Mark it as correct if it worked.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 02:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 03:05 AM
That should probably work.
May be you are first opening the knowledge article.. after that you are opening the knowledge base an clicking the checkbox.
First you check the checkbox in knowledge base and save it.
Then now for any articles opened which are under that knowledge base you will see the mandatory field.