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

Announcements

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 95 Super User 2026 Season 2

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 58 Most Valuable Professional

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 42 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans