web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested Answer

Open resource using channel integration framework

(0) ShareShare
ReportReport
Posted on by 10

Hi,

I searched everywhere and i could not find an answer.

I would like to know if its possible to open an html resource from using the channel integration framework?

Best Regards,

João Jesus

I have the same question (0)
  • Suggested answer
    Adrian Begovich Profile Picture
    1,027 Moderator on at

    Hi João Jesus,

    I recommend using the openWebResource Client API to open an HTML web resource in a new window. It is designed for this purpose.

    Xrm.Navigation.openWebResource(webResourceName,windowOptions,data)

  • Joao Jesus Profile Picture
    10 on at

    Thank you, but I believe that will not be possible since the soft phone web app that is using the CIF is outside the dynamics domain.

    Is there any other way ? Is not possible to navigate to the web resource instead or similar ?

    best Regards,

    João Jesus 

  • Suggested answer
    Adrian Begovich Profile Picture
    1,027 Moderator on at

    Hi João Jesus,

    The Dynamics 365 Channel Integration Framework will allow you to integrate your third-party channel providers (softphones, chat, and SMS) with Dynamics 365 model-driven apps using a browser-based JavaScript API library. The CIF JavaScript API reference for Dynamics 365 Channel Integration Framework version 2.0 can be found here. System requirements of the Dynamics 365 Channel Integration Framework can be found here.

    You could, for example, use it to open a form containing your HTML web resource with Microsoft.CIFramework.openForm.

    Microsoft.CIFramework.openForm(entityFormOptions,formParameters).then(successCallback,errorCallback);

  • Joao Jesus Profile Picture
    10 on at

    thank you for your answer.

    But using the open form mean that i need to have an entity with a form in this case i just have an HTML page as a web resource.

    What i need is something similar to :

    var pageInput = {

       pageType: "webresource",

       webresourceName: "new/html/search.html"

    };

    Xrm.Navigation.navigateTo(pageInput).then(

       function success() {

               // Run code on success

       },

       function error() {

               // Handle errors

       }

    );

    Is it possible to atchieve this with CIF ?

    Best Regards,

    João Jesus

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 24 Super User 2025 Season 2

#2
TAHER Mehdi Profile Picture

TAHER Mehdi 14

#3
Fameeda Yaseen Profile Picture

Fameeda Yaseen 10

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans