Recherches récentes
Pas de recherche récente

Sumathy (.asia)
Adhésion le 21 juil. 2022
·
Dernière activité le 26 juil. 2022
Suivis
0
Abonnés
0
Activité totale
4
vote
1
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Sumathy (.asia)
Sumathy (.asia) a ajouté un commentaire,
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.
Afficher le commentaire · Publication le 26 juil. 2022 · Sumathy (.asia)
0
Abonnés
0
Votes
0
Commentaire
Sumathy (.asia) a ajouté un commentaire,
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);
}
);
Afficher le commentaire · Publication le 21 juil. 2022 · Sumathy (.asia)
0
Abonnés
0
Votes
0
Commentaire