ArchiveUser
7 years agoQrew Captain
Lock record from edits after a certain condition is met
Hi all,
I'm currently trying to track the person who changed a particular status to 'Closed', without the added capability of QuickBase's audit logs atm.
Right now, this is my text formula and it's working fine.
If ([Status]="Closed",UserToName([Last Modified By]))
However, there is a possibility that this might be changed in the case whereby someone modifies it accidentally afterwards, etc. 'Closed' entries should only be available for viewing and not editable afterwards - unless allowed.
I wonder if there is any way i could 'lock' the record in place from any future edits so that the information recorded is as accurate as possible? Or that a particular group of user would be unable to edit henceforth unless an administrator changes the 'Status' to open, etc.
Thank you!
Regards,
Samuel
I'm currently trying to track the person who changed a particular status to 'Closed', without the added capability of QuickBase's audit logs atm.
Right now, this is my text formula and it's working fine.
If ([Status]="Closed",UserToName([Last Modified By]))
However, there is a possibility that this might be changed in the case whereby someone modifies it accidentally afterwards, etc. 'Closed' entries should only be available for viewing and not editable afterwards - unless allowed.
I wonder if there is any way i could 'lock' the record in place from any future edits so that the information recorded is as accurate as possible? Or that a particular group of user would be unable to edit henceforth unless an administrator changes the 'Status' to open, etc.
Thank you!
Regards,
Samuel