UserActions Visualforce component (Deprecated)
UserActions Visualforce component (Deprecated)
In this article
|
|
Deprecated
This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version 5.2. |
To create a standalone UserActions JavaScript component (see UserActions component and Implementing the UserActions component), you must first add the UserActions Visualforce component 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>