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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Unable to get property 'navigateTo' of undefined or null reference.

(0) ShareShare
ReportReport
Posted on by 15

Hi guys. I have the following script that I have embedded in a button on the leads form, which I'm using to call an html web resource:

    var recordId = Xrm.Page.data.entity.getId();
    var data = recordId;
    console.log(data)

    var pageInput = {
    pageType: "webresource",
    webresourceName: "cdsv_lead_fastDoxIntegrationPopup.htm",
    data:data
    };
    var navigationOptions = {
        target: 2,
        width: 580,
        height: 280,
        position: 1
    };
    Xrm.Navigation.navigateTo(pageInput, navigationOptions).then(
        function success() {
                // Handle dialog closed
        },
        function error() {
                console.log(error);
        }
    );
I have been getting the following error in the console after pressing the button:
Unable to get property 'navigateTo' of undefined or null reference.
Is there a different way to call my script that i need to use in crm 2011? Because this works in the later versions of crm.
Thanks.
I have the same question (0)
  • Verified answer
    Bipin D365 Profile Picture
    28,983 Moderator on at

    Hi,

    This method is supported only on Unified Interface. And as per your post tags you are trying to use this in CRM 2011.

    docs.microsoft.com/.../navigateto

    stackoverflow.com/.../xrm-navigation-is-undefined

    Try using Xrm.Utility.openWebResource

    docs.microsoft.com/.../jj602956(v=crm.8)

    Please mark my answer verified if this is helpful!

    Regards,

    Bipin Kumar

    Follow my Blog: xrmdynamicscrm.wordpress.com/

  • Marc Banz Profile Picture
    15 on at

    Thanks Bipin, that took care of that problem.

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

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 > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 146 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 59

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 52 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans