Notifications
Announcements
No record found.
Is it possible to Show different different Entity List on same webpage based on some condition?
*This post is locked for comments
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
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.
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
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. CheersArpithttps://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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2