Knowledge Article Version:
This provides a global view of standard article fields across all types of articles depending on their version. By default its Knowledge__kav which represents Knowledge article version.
A sample query to get records -
SELECT Id,UrlName, Title, Summary, RecordType.Name from Knowledge__kav
Reference: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm
Comments
Post a Comment