Ticket save event does not get fired in background location
投稿日時:2023年11月07日
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件のコメント
サインインしてコメントを残します。