Is it possible to Show different different Entity List on same webpage based on some condition?
*This post is locked for comments
Is it possible to Show different different Entity List on same webpage based on some condition?
*This post is locked for comments
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
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
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.
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
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
Victor Onyebuchi
6