Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Interactive Service Hub in Office 365

(0) ShareShare
ReportReport
Posted on by 255

I have configured the Interactive Service Hub in dynamic CRM. When i want to create the Case, it is showing some error.Interactive-Service-Screen-Shot.PNG

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Interactive Service Hub in Office 365

    Hi Anant,

    If this is a custom javascript code you need to check if the field that you are changing already exists on the form. ( You need to add this field on the request form.. ).

    You can do something like this :

    var attribute = Xrm.Page.getAttribute("fieldName");

               if (attribute != null) {

                    attribute.setValue("value");

               }

               else {

                   alert("Field " + fieldName + " not found.  please contact support.");

               }

    With this, if the field that you are trying to set value, doesnt exist on the form, you will now that is the specific field.

    Regards,

  • Thomas David Dayman Profile Picture
    Thomas David Dayman 11,323 on at
    RE: Interactive Service Hub in Office 365

    Are you able to customize the system?

    If you go Settings > Customizations > Customize the System > Case > (Current Form you are using) > Form Properties

    You will be able to see what JavaScript files are running on that form

  • Anant Profile Picture
    Anant 255 on at
    RE: Interactive Service Hub in Office 365

    Hi Thomas,

                      As of now, we can not debug the JavaScript on the browser.

  • Suggested answer
    Thomas David Dayman Profile Picture
    Thomas David Dayman 11,323 on at
    RE: Interactive Service Hub in Office 365

    Hi Anant,

    There is probably some custom JavaScript on the form that is causing this.

    You can try and debug it on the browser and see which field is coming back as null.

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans