How to restrict the records based on Users?

Sovan
Tera Contributor

Hi,

Greetings of the day!

 

We want to restrict our table records based on users.

Example: User 'XYZ' should see only the records which contain function as 'ABC'.

 

Solution which already applied:

We have created query BR and adding the GPID from the system property. However this should not be scalable because every time when user needs to be added we need to open the BR and property to add those users.

 

Can you please help with other scalable solution to achieve this?

 

Thanks in advance!

10 REPLIES 10

A role and adding to group(s) the users are is the most scalable solution. 

Can we do it using flow designer? 

Restrict access to records? 

Yes, can we restrict the access using flow designer?

OR any other way to do that.

Not that I'm aware of, flow designer is a process engine, not a security feature. Is there a reason you are avoiding ACL? If you can't add roles, then you can script it similar to the business rule. It's not the most efficient, but better than a query business rule.