- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 12:33 PM
I created a ticket application, and the user has 2 modules, 1 to create and the other shows the tickets opened by him, the problem is
I don't want the user to access all tickets, because that way he will see all the tickets, I want him not to have this access
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 12:42 PM
@Arthur Sanchez You can make your filter non editable, you have to use &sysparm_fixed_query=<YourFilter> in your module .
Doc link :
Thanks
Harsh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 12:42 PM
@Arthur Sanchez You can make your filter non editable, you have to use &sysparm_fixed_query=<YourFilter> in your module .
Doc link :
Thanks
Harsh