CreateArticle component
CreateArticle component
Lightning Experience Coveo for Salesforce 3.41 (October 2019)
The CreateArticle component is a button that can be integrated in your Coveo Insight Panel Lightning Component. This component allows your agents to create a knowledge article directly from a case.
This button can be used to create any record type.
For more information on the integration of the CreateArticle button, see Add the Create Article button.
Usage
<div class='CoveoCreateArticle'></div>
Options
title
Specifies the title of the CreateArticle button.
The default value is Create Article
.
<div class='CoveoCreateArticle' data-title='Create Article'></div>
openInSubtab
Whether to open the new page in a subtab.
The default value is true
.
<div class='CoveoCreateArticle' data-open-in-subtab='true'></div>
useDefault
Whether to use the default article type.
The default value is false
.
<div class='CoveoCreateArticle' data-use-default='false'></div>
objectTypes
Specifies the list of objects that the component can create.
The default value is: [{ "name": "Knowledge", "apiName": "Knowledge__kav" }]
<div class='CoveoCreateArticle' data-object-types="[{ "name": "Knowledge", "apiName": "Knowledge__kav" }]"></div>
Method
This component doesn’t offer any methods.