I would like to prevent users to edit all records. My goal is that they see all records but can only edit those where field STATUS has the value OPEN. How can I achieve this? Philip
select User can see all records: can edit their own records only option on the Advanced security settings dialog on the Security tab, select Status in the Main Table: OwnerID dropdown box and any field in the Users table: OwnerID dropdown box.
add AfterSuccessfulLogin event on the Events tab. Here is a sample code: