pyap Posted January 29, 2007 Posted January 29, 2007 We want a record that is marked 'Completed' to be locked and not editable. Does anyone have a good way of doing this? Thanks in advance.
Royce Posted January 30, 2007 Posted January 30, 2007 File | Define | Accounts & Priv | Priv Sets | New | Records | Custom Record Priv | Set | limited | IF(Field = "whatever").... That will lock down the record if that criteria is met in that field..... Be careful! Once you set the field you cannot get into the field to change it because ...well...you've locked the fileds with itself! Exclude that field from the lockdown or make a script setfield to change.... practice with a new test database first.....and always! Royce
pyap Posted January 31, 2007 Author Posted January 31, 2007 Actually, why is the edit one grayed out? We would really like the person to be able to see the record with status completed, but not be able to edit it. Any ideas? Thanks again.
pyap Posted January 31, 2007 Author Posted January 31, 2007 (edited) Nevermind I just figured it out. You have to set privileges to view the record before being able to set the privileges to edit. Thanks again. Edited January 31, 2007 by Guest
Sipa Posted February 6, 2007 Posted February 6, 2007 HI their, I got similar request but on my case! After complete the form at the end I need to lock the record which is locked by user and if necessary administrator will do changes. That means administor will reopen the record for editing purpose. Any trick? advice will appreciated.
Recommended Posts
This topic is 6502 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