Contents
Who can publish Knowledge articles in Salesforce?
By default, all internal users with Read permission can read published articles. Assign permissions to agents and authors who publish, archive, delete, and manage articles. Use permission sets or custom profiles to give agents, authors, and other users the Knowledge access they need.
What is article type in Salesforce?
Description. Article Types are like Record Types for Salesforce Classic Knowledge. They are custom templates that can provide a different look-and-feel for the published article as well different types of information, visibility and edit rights. Default article types include FAQs, Offers, and How-To’s.
How can I create a knowledge article record?
The following sample code shows how you can create a knowledge article record. When you create a knowledge article record, the major version is automatically set to 1 and minor version to 0.
How to associate a knowledge article with an account?
The following sample code demonstrates how to associate a KnowledgeArticle instance with an Account instance: // Associate the knowledge article record with an account record // Step 1: Create a collection of knowledge article records that will be // associated to the account.
How to create a knowledge article in Dynamics 365?
You can specify your own value for the KnowledgeArticle. ArticlePublicNumber attribute while creating a knowledge article record programmatically; otherwise, the value is automatically generated based on the format you specified in the Dynamics 365 Customer Service settings area in the web client. The KnowledgeArticle.
Is there a full text search for knowledge articles?
Knowledge articles in Dynamics 365 Customer Service, including their versions and translations, are full-text indexed and support SQL Server full-text search. For more information about full-text search, see SQL Server: Full-text Search.