최근 검색


최근 검색 없음

Sumathy (.asia)'s Avatar

Sumathy (.asia)

가입한 날짜: 2022년 7월 21일

·

마지막 활동: 2022년 7월 26일

팔로잉

0

팔로워

0

총 활동 수

4

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Sumathy (.asia)

Sumathy (.asia)님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

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)님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

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

댓글