Hiding 'New' Button in the list view and in all related lists of Pipeline table for Global User

KrutikaH
Tera Contributor

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.

1 REPLY 1

jcmings
Mega Sage

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.