最近搜索


没有最近搜索

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 条评论

登录以发表评论。

找不到所需的内容?

新建帖子