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)

how to redirect to particular entity form ?

(0) ShareShare
ReportReport
Posted on by 110

Hai,

i have list of records (entity list) in one webpage. when i click on any record it has to redirect to that particular entity form. please help me to complete this task.

Thanks in advance..

Indra

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    ScottDurow Profile Picture
    21 on at

    Hi,

    This is quite easy because forms are URL addressable if you know the id and entity logical name of the record - see docs.microsoft.com/.../open-forms-views-dialogs-reports-url

    Hope this helps

  • Community Member Profile Picture
    on at

    Hi Scott,

    We also have similar requirement. when we open any record from view it will open on specific form depends on type.

    ex. There are 3 category[A.B,C] of records and we have 3 forms[FORM A,B,C]. when we open form from view depends on category it should be redirect to particular form for existing record.

    without Turbo form we can achieve the same via below link,

    http://gonzaloruizcrm.blogspot.in/2014/11/avoiding-form-reload-when-switching-crm.html

    but after enabling the turbo form it is not working as expected.below issue we are facing.

    • some time form is loading only
    • some time records open but it will not redirect on specific form. 

    Regarding URL approach using java script first it will open any form after that on load of that form it will redirect on another form so the user experience will not be proper and its time consuming.

  • Temmy Wahyu Raharjo Profile Picture
    2,916 on at

    For navigate the form to the correct form, you can add logic in the form_onload to navigate to the right form. Something like this:

    var forms = Xrm.Page.ui.formSelector.items.get();
    for(var i in forms){
    	var form = forms[i];
    	var isSelectedForm = form.getLabel().toLowerCase() === formName;
    
    	if(isSelectedForm){
    		form.navigate();
    	}
    }


    That's the idea, actually Xrm.Page.ui.formSelector.items.get() will get all the form, so you need to give a conditional to navigate to the correct form.

  • Verified answer
    Arpit Shrivastava Profile Picture
    7,518 User Group Leader on at

    Hi Indra,

    in Entity List there is one option called 'Web Page for Details View', where you can select your Entity Form to view the details of the record.

    8270.1.JPG

    You can refer below link also to get more info about the same:

    https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-list/view-details-page/

    Please mark the answer verified, If your issue gets resolved.

    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.com

  • Suggested answer
    Ak Negi Profile Picture
    320 on at

    Hi Indra

    please follow the instruction  given in following link

    community.adxstudio.com/.../entity-list-configuration

    Thanks

    Arun Singh Negi

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
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans