Setting Field to Read-only after ticket Creation? | Community
Skip to main content

Setting Field to Read-only after ticket Creation?

  • December 17, 2021
  • 2 replies
  • 0 views

Is there a way to lock fields from being altered or edited after the initial ticket creation and only allow editing with some kind of extra step to open the field first?

2 replies

Cheeny
  • December 24, 2021
Hi Ronald

There is no native way to lock the ticket fields but you can create a trigger to force update ticket fields once a ticket is created or use API to achieve the same

  • Author
  • December 27, 2021

My thoughts were to create a Next App that they can pull in the data when needed (add and update) but leave the fields read only.  Working with ZAT and Next.js but running into issues.  What is the best resource for starting a Next app in ZAT