Announcements
No record found.
Hi,
I wanted to add 2 Project related views on Home page instead of Forum and Get Help. As shown in the image.
Thanks
*This post is locked for comments
Do you want to display a link button which redirects or displays the record list? Either way, you need to customize the web template associated with the page and use liquid to retrieve the record based on the fetch xml.
Refer this series to understand more on this-
dyn365apps.com/.../dynamics-365-portals-liquid-templates-part-1-hello-world
dyn365apps.com/.../dynamics-365-portals-liquid-templates-part-2-retrieve-data
dyn365apps.com/.../dynamics-365-portals-liquid-templates-part-3-retrieve-data-using-fetchxml
Hope this helps.
Hi Ravi,
I want to add two views on same home page.
Like first search bar then below project view and then project task view.
Can this be possible with liquid script like CRM chart.
Yes, you can show view on the home page, you have to modify Home page web template and there you can use liquid to show two views.
This post will help you to show multiple views on the same page: readyxrm.blog/.../show-two-entity-lists-on-a-dynamics-365-portal-page
Hi Mahender, As per your last comment, created two entity list and a liquid like show in image.
Added script in existing home -web template.
Portal is not showing anything apart from the default page.
I am missing something or doing it in wrong way.
Just tried in demo portal working fine for me
Used this code
<section class="page_section section-diagonal-top color-inverse"> <div class="section-diagonal-top-content"> <div class="container"> <div class="row"> {% include 'entity_list' key: 'customerlist' %} {% include 'entity_list' key: 'contactlist' %} </div> </div> </div> </section>
After your changes try to clear portal server cache and see if it's working:
docs.microsoft.com/.../clear-server-side-cache
Thanks A lot.
Please close this thread.
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
AS-17030037-0 2