Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Related Articles on Article Details Page

Posted on by 2

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
    kphenix 2 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans