dvalley Posted March 15, 2007 Posted March 15, 2007 I was wondering if there was a way to lock a record (allow no more changes) via script or checkbox? We have quotes and invoices which are editable by permission, but once the record is closed, we want to not allow any changes to be made (except by master password).
mr_vodka Posted March 15, 2007 Posted March 15, 2007 You need a field that you can flag in the record such as lockrecord (number). Create a privilege set. Under the Records section of defining the priv set, choose Custom privs... Go to the table that you want to control and under 'Edit' choose Limited. Then the calc could be: Case ( lockrecord; 1 )
Recommended Posts
This topic is 6465 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