- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 08:01 AM
I am trying a new feature called Data Filtration on our non PROD instance.
It has been working fine so far in the backend. I only have one problem with it. I want users to see their own record at least on esc portal.
For example - opened by, requested by, requested for , watchlist users should be able to see their own record on esc portal when they order the request.
is this possible with Data filtration?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 01:23 AM
no this is the wrong place. Data Filtration works on Server Side and has no contact to the user's current UI.
And furthermore, it would make no sense to have an additional security layer if anybody could implement exceptions.
Your requirements can be implemented with ACLs and you not even need to use scripting as you can leverage the condition builder only.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 01:23 AM
no this is the wrong place. Data Filtration works on Server Side and has no contact to the user's current UI.
And furthermore, it would make no sense to have an additional security layer if anybody could implement exceptions.
Your requirements can be implemented with ACLs and you not even need to use scripting as you can leverage the condition builder only.
Maik