Default Fulfiller View landing page based on role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 10:42 AM
I'm wanting to default the Fulfiller View landing page based on the role of the user at the time.
Ideally I want users who have the project role(s) to be defaulted to the My Project Workspace page but I'm running into issues.
Right now I created them a new Fulfiller View link via the SP Header menu, conditioned it to the following
gs.getUser().hasRole('project_manager') || gs.getUser().hasRole('project_user')
and copied the browser URL from that page into the HREF/URL field but it is not loading as intended when testing via impersonation. It just continues to default to their previous landing page.
Is there a more optimal way to achieve this or am I doing something wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 12:16 PM