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)

Is it possible to Show different different Entity List on same webpage based on some condition?

(0) ShareShare
ReportReport
Posted on by

Is it possible to Show different different Entity List on same webpage based on some condition?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at

    Hello ,

    Unfortunately this is not possible OOB , you can show only one Entity List in an webpage .

    However you can write some code  to show multiple Entity List using Web Template. For that please refer below article -

    community.adxstudio.com/.../example-entity-list-table

    readyxrmblog.wordpress.com/.../show-two-entity-lists-on-a-dynamics-365-portal-page

  • Suggested answer
    Aric Levin - MVP Profile Picture
    30,190 Moderator on at

    You can show multiple entity lists on the form using liquid, but not be adding the name of the entity list to the web page.

    You can either use multiple fetchXml statements, or create multiple entity lists and read them from a web template page.

    Hope this helps.

  • Suggested answer
    Shaminderpal Singh Profile Picture
    1,565 on at

    Hi CRM Tech,

    Yes, you can do that ,in your web template for that web page write the below liquid tag for every entity list that you want to display base on the condition

    {% include "entity_list" key:'Name of your entity list' %}

    -Shaminder

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

    Hi,

    You have to use your custom Web Template in order to include multiple Entity List on Portal. Now in your web template code, you can manage Hide/Show of Entity List based on condition.

    if (a==b)

    {

    {% include ‘entity_list’ key: “Active Case List” %}

    }

    if (b==c)

    {

    {% include ‘entity_list’ key: “Resolve Case List” %}

    }

    If my answer helped to resolve your issue, kindly verify it by clicking 'Yes'. It would be helpful to the other community members seeking to resolve a similar issue.

    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.in

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 April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans