最近搜索
没有最近搜索

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
Comment
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
Comment