- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 03:53 AM
Hi,
I have a requirement in which I need to provide 'itil' users access to inactive users but don't want the impact on forms such as incident/problem/change etc as well as on portals variable which are taking reference of user table.
As I know there is a query business rule on user table that is restricting this. But if I add condition as gs.hasRole('itil') then it would be visible to all of the places for itil. And to add reference qualifiers on each tables which are taking user table reference are quite complex.
Please suggest shortest possible method, which will not impact much on instance.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 04:23 AM
You want this open for all ITIL or members form some group ?
Im assuming the latter.
If that is the case then you can add that as a condition on query BR to bypass it for these selected users only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 03:58 AM
Hi Anurag,
Thankyou for the reply. But when I tried to create a report on sys_user table with active is false condition and impersonated with 'ITIL' user, reports is not showing any records to itil.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 03:59 AM
ya it wont work.
Only other way i can think of is add reference qualifiers to all fields that are reference to user table and deactivate the queryBR. But i wouldn't recommend it as it will be a huge technical debt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 04:23 AM
You want this open for all ITIL or members form some group ?
Im assuming the latter.
If that is the case then you can add that as a condition on query BR to bypass it for these selected users only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 08:05 AM
Thankyou @Anurag Tripathi . It would work at an extent.