- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 12:17 AM
Hi All,
I have a custom service portal and when user try to access the portal using url and portal suffix: https://<vendor-name>.service-now.com/<portal-suffix>
But on the login page , I want to hide the header menu items as the user is not logged in yet. And it should display once the user has successfully login into portal not before that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2021 06:11 AM
Add gs.isLoggedIn() in the condition of Menu Item and it will redirect accordingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2021 06:11 AM
Add gs.isLoggedIn() in the condition of Menu Item and it will redirect accordingly
