最近の検索
最近の検索はありません

Sumathy (.asia)
参加日2022年7月21日
·
前回のアクティビティ2022年7月26日
フォロー中
0
フォロワー
0
合計アクティビティ
4
投票
1
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Sumathy (.asia)
Sumathy (.asia)さんがコメントを作成しました:
I still have this issue. For my case, when the App refresh button is clicked, the client.get('ticket.requester.id') does gets the last opened or random ticket id from the multi-tab tickets and displays the product. Due to this issue, I am unable to show the correct products for the ticket user in the side tab.
I have posted it in Zendesk support and they have mentioned that currently there is no way to retrieve a particular instance ticket id when multiple tabs or opened. So, they have added this issue as a product feedback.
コメントを表示 · 投稿日時:2022年7月26日 · Sumathy (.asia)
0
フォロワー
0
投票
0
コメント
Sumathy (.asia)さんがコメントを作成しました:
Hi,
I am having the same issue, anyone have a solution for this? Below is the code I use for initializing. Because of this, I am unable to display the correct products for the User. I need an urgent solution for this.
var client = ZAFClient.init();
client.invoke('resize', { width: '100%', height: '320px' });
client.get('ticket.requester.id').then(
function(data) {
console.log(data);
var user_id = data['ticket.requester.id'];
requestUserInfo(client, user_id);
}
);
コメントを表示 · 投稿日時:2022年7月21日 · Sumathy (.asia)
0
フォロワー
0
投票
0
コメント