- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 02:08 AM
Hi
I want to hide records where a checkbox is set to true for all users unless they are member of the assigned assignment group
I want to do it with a business rule
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 05:58 AM - edited 02-10-2023 04:38 AM
Solved the problem by making a before query BR.
I simply made this script: current.addEncodedQuery("assignment_groupDYNAMICx^OR//FIELD//=false")
I did after doing a type of:
Apparently using ^NQ in encoded query in a before query BR causes a bug when opening up incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 02:11 AM
Hi,
Did u find solutions?
I need creat BR also for cmdb table. tell me how did u figure out pls