Skip to main content

Notifications

Announcements

No record found.

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

  • Verified answer
    Arpit Shrivastava Profile Picture
    7,518 User Group Leader on at
    RE: Is it possible to Show different different Entity List on same webpage based on some condition?

    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

  • Suggested answer
    Shaminderpal Singh Profile Picture
    1,565 on at
    RE: Is it possible to Show different different Entity List on same webpage based on some condition?

    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

  • Suggested answer
    Aric Levin - MVP Profile Picture
    30,188 Moderator on at
    RE: Is it possible to Show different different Entity List on same webpage based on some condition?

    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
    gdas Profile Picture
    50,091 Moderator on at
    RE: Is it possible to Show different different Entity List on same webpage based on some condition?

    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

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans