How to define the Match all condition on a new Custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:58 AM
Hello Everyone,
I created a new table similar to the user criteria table as below.
1. I'm going to define the Match all field also where i want to match all the conditions of (Department, Cost Centers, Country, Script) then task should assigned the group (from the field Assignment Group) . How to design this Match All functionality??.
2. Also I inserted the records into the table even the records set to Inactive still the records are getting worked how to design the OOTB functionality of Active/Inactive on the newly created tables??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:35 AM
For 2 i would say, check the default value of the active field.
Maybe you can see in the ootb user criteria table or for example incident table, why active is true.
For the match all checkbox.
If you are lucky, maybe you can Find the business rule for user criteria table, if not, then maybe this is designed like that and you will not find the script.
But i guess you can write your own script.
If match all === true then check all conditions in if()