- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 11:53 PM
Hi All,
I have an requirement where Non-ITIL users should be redirected to the Portal page. In the script include SPEntry page i have modified the below changes and in sys_properties.list i have created 2 variables but when Non-ITIL users login it still redirects the user to the Platform page. Any help would be much appreciated.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 12:09 AM
Use hasRole("itil") instead of hasRoles("itil");
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 11:57 PM
Hi
Refer to this thread which is a correct solution: https://community.servicenow.com/community?id=community_question&sys_id=c4573063db579380feb1a851ca96...
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 11:58 PM
Hi Dileep,
Try some different way ref below blog where 6 ways are mention.
https://community.servicenow.com/community?id=community_blog&sys_id=cbcda2e9dbd0dbc01dcaf3231f961949

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 12:09 AM
Use hasRole("itil") instead of hasRoles("itil");
Aman Kumar