Restricting Access to table records

Madhan007
Tera Contributor

Hi,
Is there a way to restrict create, write and delete access to the records of a table with out using Access controls?
Any Insights into this is highly Appreciated.

Thank you!

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@Madhan007 Whats is the use case here? Ideally this should be handled via ACLs. However, if you are not inclined towards using ACLs then you can use client script/UI policy to make the fields read only on the form. Add role based conditions on the UI Actions to prevent users from seeing New and delete buttons.

 

Hope this helps.

View solution in original post

2 REPLIES 2

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Madhan007 

You can use onBefore business rule for CRUD and abort the action.

 

C

If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions.

 


Thanks and Regards,

Saurabh Gupta

Sandeep Rajput
Tera Patron
Tera Patron

@Madhan007 Whats is the use case here? Ideally this should be handled via ACLs. However, if you are not inclined towards using ACLs then you can use client script/UI policy to make the fields read only on the form. Add role based conditions on the UI Actions to prevent users from seeing New and delete buttons.

 

Hope this helps.