- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 08:10 AM
Hello Team
I have a custom table where i have different list view.
But when i try to impersonate someone who has student role, or instructor role. It always goes to default view. How do i change to if i impersonate a student of instructor, it should go to one of these view. Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:20 AM
Hi @huyjor ,
Create View Rules like below:
You have to be sure that for all users one view rule is applicable, and only one.
Dont use null, mention the view you send users who are not itil.
Here is an example you can refer to.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 08:17 AM
Hi @huyjor,
Review some existing the view and view rule and apply the view rule for student role.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 08:24 AM
Hi @huyjor :
Please make use of OOB functionality of View Rules under System UI. and make use of script to get your desired results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:20 AM
Hi @huyjor ,
Create View Rules like below:
You have to be sure that for all users one view rule is applicable, and only one.
Dont use null, mention the view you send users who are not itil.
Here is an example you can refer to.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:21 PM
Using that script, it works for me now. Thanks your help.