Create a UI action for the custom artifact
Create a UI action to request translations for the custom artifact.
Before you begin
Role required: localization_admin
Procedure
Navigate to the custom artifact table.
Find the table using its table name. For example, [sys_cs_topic] is the table name for Virtual Agent topics.
Click the hamburger icon (
Hamburger icon\) at any of the columns and navigate to **Configure** **UI Actions**.
Click New.
In the UI Actions form, fill in the fields.
| Field | Description |
|---|---|
| Name | Name for the UI action.For example, Request Translations. |
| Client | Option to execute the script in the user's browser. When enabled, the Onclick field appears above the Condition field. |
| Condition | Condition to decide when to show this UI action. |
| Onclick | Provide the JavaScript function name as: |
| Script | Option to execute the script to run the request translations function. The script varies for Form button and List choice.
|
| Form button | Option to enable the UI action as a form button. |
| List choice | Option to enable the UI action in the choice list. |
**Note:** Configure the form to see all the fields. For more information, see [Create a UI action](../t_EditingAUIAction.md).
- Click Submit.
Parent Topic:Artifact configurations