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

Announcements

No record found.

News and Announcements icon
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

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
NeerajPawar Profile Picture

NeerajPawar 31

#2
Tom_Gioielli Profile Picture

Tom_Gioielli 30 Super User 2026 Season 1

#3
Eugen Podkorytov Profile Picture

Eugen Podkorytov 14

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans