Recent searches
No recent searches
ticket field permissions (grey out in Form A and Editable in Form B
Answered
Posted Feb 16, 2021
My scenario:
Team, A form makes a decision in a field type. Team A submit as open and the ticket goes to Team B in a different form and brand. Team A Field type populates in Team B form.
Team B enters a different Field Type and sends it back to Team A. Both Team A and Team B Field Types appear in Teams A Form.
I need Team B Field Type to be greyed out in Teams A form only. Any ideas?
0
4
4 comments
mccabe.tonna
an internal app can do this pretty easily.
If group_id == X, enable field, disable another
if group_id == Y, disable field, enable the other
group_id could be form_id or brand_id, pretty easily
0
Steven E, Gagnon
Excellent! This is what I am looking to do.
Do you know the name of the internal app?
0
Anna Roussanova
Hi Steven, I think McCabe meant that you could build a custom internal app. There isn't a public app that does what you need it to.
0
mccabe.tonna
@...,
Anna is correct; this would be a custom private app to do this
0