Disable custom field on ticket | Community
Skip to main content

Disable custom field on ticket

  • September 27, 2022
  • 4 replies
  • 0 views

Manisha12

Hi, Can we disable custom field from all tickets? I want to show a custom field on ticket but restrict user to edit it from front-end.

Is it possible from requirements.json file or from Admin center?

4 replies

Greg29
  • September 27, 2022
Hi Manisha! You can do this from the UI or via the API with this boolean.

Manisha12
  • Author
  • September 28, 2022

Hi, 

The above links are for help center. But I want to show a field on Zendesk ticket UI but disable for all agents and admin.


Greg29
  • September 28, 2022
Ah, in that case you'll need to do this with a ZAF app in the ticket sidebar location with this action.

Manisha12
  • Author
  • September 29, 2022

This worked for me. Thanks