최근 검색
최근 검색 없음

pratima thorat
가입한 날짜: 2023년 2월 20일
·
마지막 활동: 2023년 3월 23일
팔로잉
0
팔로워
0
총 활동 수
4
투표 수
0
플랜 수
2
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 pratima thorat
pratima thorat님이 에 게시물을 만듦
While embedding the agent to Zendesk, Invoke method on client object is not working once we login to application as we are getting value for client object as false.
We are creating client object as below:
client = window.ZAFClient.init();
client.invoke('routeTo', 'ticket', 780);
We tried calling init on ZAFClient method by passing search parameter as given below so that we get client object as expected before and after login to CXone agent application but it does not work. When we create a client object as below, the invoke method on client object does not throw an error but does not work as well.
client = window.ZAFClient.init(() => {
console.log('initialize callback');
}, {
search: "app=cxa_zd&origin=https://d3v-niceincontact.zendesk.com&app_guid=5950dfec-e7f0-4b73-a4e0-1fcda089356e"
});
client.invoke('routeTo', 'ticket', 780);
2023년 3월 23일에 게시됨 · pratima thorat
0
팔로워
3
투표 수
1
댓글
pratima thorat님이 에 게시물을 만듦
we are looking for some ways to differentiate what are all the standard fields and what are all the custom fields in their metadata API?
Is there any API to fetch just the list of custom fields?
2023년 2월 20일에 게시됨 · pratima thorat
0
팔로워
2
투표 수
1
댓글