Ticket save event does not get fired in background location



Posted Nov 07, 2023

Hello,

I have created a zendesk app using the zaf framework and included the background location for listening to ticket save action. The ticket.saved event does not get fired when the ticket is updated from Views Page (Screenshot attached below). 

Javascript Code in background location 

const client = ZAFClient.init();

client.on("ticket.saved", function (data) {

  console.log("Event fired in Background app with ", data);

});

Kindly help me with this. Thanks in Advance


1

0

0 comments

Sign in to leave a comment.

Didn't find what you're looking for?

New post