hassam36 Posted June 9, 2008 Posted June 9, 2008 I have several accounts with conditional privileges set for editing records. At logon, I am running a script that determines which records a user should have access to and puts these values in a global field. The Edit privileges reads this field to apply the right privileges. When a user needs access to a new record, they execute a process that adds the new record value to the above global field. The issue is that when a new record is added through the above process, a user must log out, then log back in to have access to it. However, this should not be required since the conditional privileges should read the new record when it is added to the global field? Any ideas? Joe
Steven H. Blackwell Posted June 10, 2008 Posted June 10, 2008 Why are you putting the data into a global field? RLA usually reads from either a calculation's result or a global field's value [color:red]and then compares that to a fixed value in the individual record to determine access. Steven
Recommended Posts
This topic is 6009 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