- 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 11:26 AM
for the instructor, the answer should be view or null
for the student, the answer should be view
When i impersonate student, it goes the default view
When i impersonate instructor, it goes to instructor view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:42 AM
@huyjor Check if you have the student view is created in place or not , if you doesn’t have view created it moves to default view
If you have already created give correct name in the logic
Regards,
Shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:48 AM
Yeah, i did have the correct list view name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:22 PM
Big thanks to you !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:22 PM
I got it to work. Thanks for your help