--- title: UserActions Visualforce component (Deprecated) slug: '1188' canonical_url: https://docs.coveo.com/en/1188/ collection: coveo-for-salesforce source_format: adoc --- # UserActions Visualforce component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). To create a standalone `UserActions` JavaScript component (see [UserActions component](https://docs.coveo.com/en/1216/) and [Implementing the UserActions component](https://docs.coveo.com/en/1101/)), 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. ```xml ```