sOuterbridge Posted November 2, 2000 Posted November 2, 2000 Here's the scenario. User A has security level "0"(Highest level)access and User B has level "1" access. Suggesting that a numerical selection rule be applied for security by applying a flag on each record. User A with "0" access would like to view all records. User B with "1" access will be able to see all records flagged as "1" or higher. Can I easily achieve this?; or even a plugin would do. Thanks
Chuck Posted November 3, 2000 Posted November 3, 2000 I'm going to call your user level flag, which I'm assuming is a global number field, gAccessLevel. Also, I'm assuming that the field that tracks the level in a record is called Level. Use this script: Go to Layout [ layout with Level on it ] Enter Find Mode Go to Field [ Level ] Insert Calculated Result [ ">=" & gAccessLevel ] Perform Find Chuck
sOuterbridge Posted November 3, 2000 Author Posted November 3, 2000 Thanks Chuck, I'll give this a try.
Recommended Posts
This topic is 9155 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 accountSign in
Already have an account? Sign in here.
Sign In Now