For example, even running the code via the browser console from the documentation page now returns a 400 error, despite passing a valid incident ID and a UI message appearing saying the conversation was linked successfully.
//Linking an incident record with the current conversation Microsoft.Omnichannel.linkToConversation("incident", "06318998-607a-ef11-ac20-002248c6bc8a").then((response) => { // Refreshing the tab UI Microsoft.Apm.refreshTab("tab-id-3"); }, (error) => { console.log(error); });
//Linking an incident record with the current conversation Microsoft.Omnichannel.linkToConversation("incident", "41d96efa-2f7b-ef11-ac20-0022480089c8", "52e7e8dd-df27-4936-8619-7ec97dff09c3").then((response) => { // Refreshing the tab UI Microsoft.Apm.refreshTab("tab-id-3"); }, (error) => { console.log(error); });
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,469 Most Valuable Professional
nmaenpaa 101,148