web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    RE: Unable to get property 'navigateTo' of undefined or null reference.

    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
    RE: Unable to get property 'navigateTo' of undefined or null reference.

    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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 258

#2
MVP-Daniyal Khaleel Profile Picture

MVP-Daniyal Khaleel 179

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 127 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans