Question
ZAF - Pass information from App to Drop Down Menu
Hi,
I'm trying to create an app that hits one of our external databases, and from it get information that is not in Zendesk, like each name of a location attached to a single organization, and then pass that information into a custom field, a drop-down menu so that agents can select the appropriate location.
I found some details on how to do this using a text custom field but not a drop-down menu one.
Sample:
XXXX1 = text custom field
client.set('ticket.customField:custom_field_XXXX1', localStorage.pick);
Thanks for your help.
