requested item view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2017 12:17 PM
Anytime I open a RITM, the view defaults to Self Service View and I have to manually change it to default. I have gone to Form Layout, changed the view to default and saved it, but it always goes back to Self Service view.
Any ideas why I can't get Default view to stay?
Thank you,
Donna Lively
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2017 01:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2017 01:18 PM
Oh yes that's OOB, as it is under Self-Service application menu and this is the reason its opening in ess view, Its expected.
You can create another module to open requested item in some other application menu. There is another modules names 'Items' for requested item:
https://<instance_name>.service-now.com/sys_app_module_list.do?sysparm_query=nameSTARTSWITHsc_req_item&sysparm_list_mode=grid
Or create a view rule as Brian mentioned.
Shruti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2017 01:05 PM
To solve this problem I created a view rule with the following script (click Advanced to get the script):
(function overrideView(view, is_list) {
if (gs.hasRole("itil")){
answer = '';
} else {
answer = 'ess';
}
})(view, is_list);
And this applies to the Requested item (sc_req_item) table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2017 02:22 PM
Donna,
We are glad you took advantage of the ServiceNow Community to learn more and to get your questions answered. The Customer Experience Team is working hard to ensure that the Community experience is most optimal for our customers.
If you feel that your question was answered, we would greatly appreciate if you could mark the appropriate thread as "Correct Answer". This allows other customers to learn from your thread and improves the ServiceNow Community experience.
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.
Thanks,
Shivani Patel