How to change the ess user view to default view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 12:01 AM
Hi,
I have created a new form by taking the fields of incident form.
When the end user- "user with no roles" login he is not able to see all the fields, But when a user with itil role login he is able to see all the fields.
I need the ess user to see all the fields as that of itil user without providing the role itil to the ess user.
I trying doing the below changes, it's working for itil user but not for ess users.
Can anyone please help me out on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 02:14 AM
Hi Hemanth,
any field level read acls on those fields blocking that?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 04:09 AM
Hi Hemanth,
so if user doesn't have any role then you want view to be shown as "contract_request"
if(!gs.getUser().hasRoles()){
answer = 'contract_request';
}
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2020 12:53 AM
Hi Hemanth,
from where your end user is visiting the table; since you said when they visit from module the view is correctly getting applied
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader