Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

I have been unable to find any documentation on record level security. I know that it somehow involves calculations but if anyone can provide some simple examples I would appreciate it.

Posted

SecurityLevel = 1 and gUserID <> "admin"

The above is a simple boolean equation to establish the security. Assuming that the SecurityLevel field is set to 1 (i.e. the record is secured), and the gUserID is "admin" the equation will evaluate to 1, thus allowing access.

In the case of record level security any equation that evaluates to 1, or Yes or True will cause the record to be secured, and thus unavailable.

Since the value of the equation can either be 1 or 0, any given record will either be available or not.

To figure this out for yourself, simply write down the criteria that would secure a particular record, and also write down the criteria that would make records accessible. You then just need to translate that into a boolean expression.

This topic is 8465 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.