Hiding 'New' Button in the list view and in all related lists of Pipeline table for Global User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 10:09 AM
Hi community,
We have requirement to create Global Read user will have only Read access for Pipeline(pipeline is table). In that case, we have to hide or disable the 'New' button in list view and in all related lists of pipeline. so that they cannot create new Pipeline(records).But except this every user will be able to create pipeline records.
Global Read User is member of this Group (BusSvs-MobilityPipe-GlobalRead)
Pipeline table
Read -Yes
Edit - No
Admin - No
Any kind of help, is more than appreciated. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 01:51 PM
Will members of the BusSvs-MobilityPipe-GlobalRead group be in other groups or share common roles with other groups?
You can modify the Create ACL on your pipeline table in the script section to do a isMemberOf("BusSvs-MobilityPipe-GlobalRead") check.