Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Related Articles on Article Details Page

(0) ShareShare
ReportReport
Posted on by 4

In older releases of the portal there was a module on the articles detail page by default, Related Articles - which showed all related articles that had been set in the back-end for the given article. The module no longer appears, and i'm having a hard time recreating it with Liquid. 

1) Has anyone any idea why it was removed?

2) Does anyone know how to access those records in liquid?

*This post is locked for comments

  • kphenix Profile Picture
    4 on at
    RE: Related Articles on Article Details Page

    I built a fetch in CRM to get connections for Knowledge Articles. This works in the backend, but on the portal, it doesn't filter. I tried to pass in the article public number of the currently viewed article, to get connected articles - but it didn't work. It just returned ALL articles. Any ideas?

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
      <entity name="knowledgearticle">
        <attribute name="title" />
        <attribute name="knowledgearticleid" />
        <order attribute="title" descending="false" />
        <filter type="and">
          <condition attribute="isrootarticle" operator="eq" value="0" />
        </filter>
        <link-entity name="connection" from="record2id" to="knowledgearticleid" alias="ae">
          <link-entity name="knowledgearticle" from="knowledgearticleid" to="record1id" alias="af">
            <filter type="and">
              <condition attribute="articlepublicnumber" operator="eq" value="KA-03250" />
            </filter>
          </link-entity>
        </link-entity>
      </entity>
    </fetch>


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
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans