Jump to content
Server Maintenance This Week. ×

Limit acces criteria


Tom Assia

This topic is 1582 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi everyone,

I'm working on an existing database of customers (more than 10 000)

Managers want to limite access with condition customer account manager (field in each records) = Connected user

But all the customers are in one table so when performing search query, all records are displayed.

I tried to set permissions but user saw <record missing> for record they don't have access. It's not really clean for UX.

So how do you manage this ? With a script for each query ?

Thanks

Tom

 

Link to comment
Share on other sites

35 minutes ago, Tom Assia said:

when performing search query, all records are displayed.

When you perform a find - any find - records to which the current account has no access are automatically excluded from the found set. The only way to show <<no access>> records is the Show All Records command. This needs to be replaced with a bogus find, e.g. searching for * in a field that cannot be empty.

 

Link to comment
Share on other sites

This topic is 1582 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.