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

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

Recommended Posts

Posted

Hi,

I have a filemaker database that keeps track of tickets for IT requests. I was wondering how I could change it so that once a ticket is closed, it makes the ticket no longer editable. Thanks.

Posted

Hello dailo,

One way to do this would be to use privilege set constraints. Eg if you set up record level access privileges for all users with a formula for editing records in the table in question (ie File-Define-Accounts & Privileges...-Privilege Sets-[PrivilegeSetName]-Records-CustomPrivileges...-[TableName]-Edit-Limited...) with a formula along the lines of:

not (TicketsTable::TicketStatus = "Closed")

When this is in place, users who log in with accounts which are assigned to the relevant privilege set/s will not be able to edit records in the TicketsTable table which have the value of 'Closed' in the TicketStatus field. :(

This topic is 7044 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.