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.
Hey Eddy,
A different option would be to build a dropdown in your app itself loaded with the options provided via the external database. Then when the ticket is saved have that dropdown add the selected options as tags to the ticket. The reporting won't be as clean as it would be using a custom ticket field, but should accomplish what you're looking for.
Have a wonderful day!
Eric Nelson | Manager - Developer Advocacy