UserActions Visualforce component
UserActions Visualforce component
In this article
To create a standalone UserActions
JavaScript component (see UserActions component and Implementing the UserActions component), you need to add the UserActions
Visualforce component first to your page, and then add the showUserActions
Boolean attribute to the CoveoPanel
component.
Option
record
Specifies the current Salesforce object. This is typically a Case SObject.
<CoveoV2:UserActions record="{!record}"></CoveoV2:UserActions>