We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

How to provide read only access to vendor table to a user having snc_internal role?

Abhijit Das
Tera Contributor

How to provide read only access to vendor table to a user having snc_internal role? The user just have snc_internal role.

Any help is much appreciated.

1 ACCEPTED SOLUTION

rohansargar
Mega Guru

Hello @Abhijit Das,

 

Create a new role and Create a new ACL for the table 

  Type - Record

  Operation - Read

  Name - select the Vendor table if it has a custom name

  Require Role - Your particular role

 

If my response helped please mark it as correct,

best regards,

Rohan.

 

 

View solution in original post

2 REPLIES 2

rohansargar
Mega Guru

Hello @Abhijit Das,

 

Create a new role and Create a new ACL for the table 

  Type - Record

  Operation - Read

  Name - select the Vendor table if it has a custom name

  Require Role - Your particular role

 

If my response helped please mark it as correct,

best regards,

Rohan.

 

 

Thanks Rohan, that solution acted like a charm.