- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:10 AM
Hi All,
I have an issue here, where the user was only seeing "approver view" while creating a new change request, I need to change this back to ess view so that he can able to see all the fields in change form.
I have tried to give same roles as his colleague who was able to see ess view of change form, But it didn't work. Please guide me on where I can i do this one..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:57 AM
Hi Tomasi,
I just find out something, I have changed this view from list level and looks like it's working for him. Thank you so much for your help and thanks everyone for your quick response. I have just found some other ways as you guys mentioned here to resolve this one when the issue comes again..
This is where I have changed the view...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:41 AM
That would indicate one of two things. the user either doesn't have view_changer role, or they are being brought to that view by a view rule.
Check System UI> View Rules
To see what view rules may be applied to that table and how the user is being impacted.
The view could be set via a legacy script. Also check System Definition> Business Rules for any records that have a function named <tablename>GetViewName(). Example (for the incident table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:57 AM
Hi Tomasi,
I just find out something, I have changed this view from list level and looks like it's working for him. Thank you so much for your help and thanks everyone for your quick response. I have just found some other ways as you guys mentioned here to resolve this one when the issue comes again..
This is where I have changed the view...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2017 06:36 AM
Glad you got it resolved.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:15 AM
check the view rules which is may be getting applied on your table for particular role/user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 07:47 AM
Hi Girish,
I have checked the view rules but I am not able find the right one there..