---
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.md#august-2023-release-v5-2-initial-release).
To create a standalone `UserActions` JavaScript component (see [UserActions component](https://docs.coveo.com/en/1216.md) and [Implementing the UserActions component](https://docs.coveo.com/en/1101.md)), 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
<CoveoV2:UserActions record="{!record}"></CoveoV2:UserActions>
```