Hi Folks,
I have created a Custom page, which is opening on click of a button on Case form, It is working as expected in Customer serivce hub. However, When I try to load the same custom page in "OmniChannel for Customer Serivce" it is not loading.
Hi Folks,
I have created a Custom page, which is opening on click of a button on Case form, It is working as expected in Customer serivce hub. However, When I try to load the same custom page in "OmniChannel for Customer Serivce" it is not loading.
This issue is solved, I had to add the custom page to the Omnichannel App from App Designer.
Hi Nya,
Thanks for the response!!
It is the same form, Moreover I am trying to open the custom page on a side panel using below code but still same error.
Note : Below code works fine in Customer Service Hub and in Omnichannel app I am able to load entities like accounts etc.
Xrm.App.sidePanes.createPane({
title: "Custom Page",
paneId: "PaneName",
canClose: true,
width: 600
}).then((pane) => {
pane.navigate({
pageType: "custom",
name: "CustomPageSchemaName"
})
});
Hi Vardhan,
Have you checked the form in Customer Service Hub and OmniChannel for Customer Service is the same one?
Since the Customer Service Hub is a special app whose case form is not the one called "Case" but the one called "Case for Interactive experience".
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... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156