June 9, 200817 yr 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
June 10, 200817 yr 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
Create an account or sign in to comment