tininho Posted April 10, 2006 Posted April 10, 2006 Alo, I intend to lock a record but I cant figure out how to do it. I have a table with contracts that after a while they prescribe, and I pretend to lock them. Can someone help me please Thank you
IdealData Posted April 10, 2006 Posted April 10, 2006 I presume you mean EXPIRED when referring to your contracts? You need to have a look at how privilege sets work. You can define a CUSTOM privilege set that will provide LIMITED EDITING based on a calculation. You will need a field that will control whether the contract has expired (say ContractStatus) - and you use the values "Active" or "Expired", and test for the calculation: ContractStatus = "Active" HTH
Recommended Posts
This topic is 6869 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