function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mahesh Babu 3Mahesh Babu 3 

How to display the articl type custom fieds by using <knowledge:articleList> components

Hi All,

I am using the <knowledge:articleList> component to display the article title, but i want to display custom field value also in this. Please give me the confirmation about possibility to achieve this or provide any workarounds for this
PratikPratik (Salesforce Developers) 
Hi Mahesh,

Here is the guide:
http://www.salesforce.com/us/developer/docs/knowledge_dev/salesforce_knowledge_dev_guide.pdf

Thanks,
Pratik
dev srdev sr
If you need more fields, I advise you to use a SOSL/SOQL query to retrieve the list of articles instead of the VF tag.

https://success.salesforce.com/answers?id=90630000000gw4iAAA