I am writing a custom app and want to save the data afterward in the ticket.
How do I trigger the save event aka the "submit as <status>" event from within the app?
I am writing a custom app and want to save the data afterward in the ticket.
How do I trigger the save event aka the "submit as <status>" event from within the app?
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You'd want to use the update ticket endpoint utilizing the client.request method offered by ZAF.
Hope this helps!