- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 03:18 PM
Does anyone know what role is required to add custom columns to the Investment Portal? I know an admin can do it, but I would like to make our managers more self-sufficient and not have to wait on the admin to add the custom field.
Without admin, the program and portfolio managers don't have the option to add a custom field (like the ones highlighted in yellow).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 09:11 PM
Hi @gjz
For the user to be able to edit the column on the investment portal, they need to have the role ' pps_admin' assigned.The ACL which is responsible for this is as below,
https://<instamce_name>.service-now.com/nav_to.do?uri=%2Fsys_security_acl.do%3Fsys_id%3D8e27efee0b200300d08dae9863673a90
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 09:11 PM
Hi @gjz
For the user to be able to edit the column on the investment portal, they need to have the role ' pps_admin' assigned.The ACL which is responsible for this is as below,
https://<instamce_name>.service-now.com/nav_to.do?uri=%2Fsys_security_acl.do%3Fsys_id%3D8e27efee0b200300d08dae9863673a90
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 06:56 AM
Thank you!