Add the Create Article button
Add the Create Article button
In this article
In your Coveo Insight Panel Lightning Component, you can add a Create Article button () to create a Knowledge article directly from a case.
|
|
Note
This button can be used to create any record type. |
Prerequisites
Before adding the Create Article button, perform the following tasks:
Add the Create Article button
-
Access your Coveo Insight Panel Lightning Component.
-
At the upper-right corner of the component, click
, and then select Edit.
-
Click the Code View tab.
-
Add the following code inside the
coveo-actionbutton-sectionelement.<button class="CoveoCreateArticleButton"></button>For example:
<div class="coveo-summary-section"> <div class="CoveoInsightQuerySummary"></div> <div class="coveo-actionbutton-section"> <button class="CoveoCreateArticleButton"></button> </div> </div> -
Click Save.