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 :
Microsoft Dynamics CRM (Archived)

open subgrid selected record in new window?

(0) ShareShare
ReportReport
Posted on by

Hi folks

is there a way to open an existing record in a subgrid in a new window  instead of current window

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

    yes, you can do through javascript.

    /*

       open contact record through sub grid

       selectedItemCount - no of list item selected

       selectedItemIds - list of selected item ids.

       */

       function OpenContactSubgridForm (selectedItemCount, selectedItemIds) {

           if (selectedItemCount == 1) {

                   var contactid = selectedItemIds[0];

                   //Xrm.Utility.openEntityForm("contact", contactid , {});

                   url = Xrm.Page.context.getClientUrl() + "/main.aspx?etn=" + entityname + "&navbar=off&cmdbar=true&newWindow=true&pagetype=entityrecord&id=" + contactid;

               window.open(url , null, "");

           }

       },

  • Suggested answer
    necsa Profile Picture
    3,455 on at

    Hi luckylifestyledesigner,

    please check it following links,

    http://www.powerobjects.com/2013/10/31/crm-2013-will-miss-screen-pop-ups-and-refreshing-grid/

    Please mark suggested answer if above suggest resolve your issue or guide you.

    Thanks

    Happy CRM

  • Community Member Profile Picture
    on at

    Hi,

    Can you show me how to integrate this code please ?

    Thank you !

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
AS-17030037-0 Profile Picture

AS-17030037-0 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans