Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7028 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Have a rather simple database consisting maybe 40 fields, but these fields are on 5 to 6 layouts.

Is it possible to lock each record, only after going through all the layouts, inserting data in all or most fields?

I suppose I am looking for a lock on/lock off solution, but when the record has been locked, the person doing the data input (who would be able to lock the record) would not have access to the locked record.

Posted

Have a look at the privilege sets. Create a new one and under "Data Access and Design", for Records select "Custom Privileges". There under "edit" you can set up a calculation that will need to be "true" before the user will be able to edit the record.

The simplest way is to include a flag field that you set to 1 when you want to lock the record. The calculation would then be flagField = 0. If the flag field is set to 1, the calculation results in False and the user will not be able to edit the record.

  • 1 month later...
Posted

Can you explan this in more detail... I am going to hire someone for data input ... New records only... I do not want them to be able to change already existing records....

Thank you

This topic is 7028 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.