Use > Common Features > Quick Actions > Using the Clone Object QA

Using the Clone Object Quick Action

You can use the Clone Object quick actionA user-defined operation that performs one or more actions with a single click of the mouse. to copy and overwrite the specified fields from a business object record. You can set up the quick action to only overwrite certain fields on a business object record, as shown in the following example of the Clone Object quick action in the Incident workspace:

1. Within the Configuration Console, open the Quick Actions CenterAllows you to create and edit quick actions associated with the workspace or object context. for the incident business object.
2. From the Create New Actions tab, choose Clone Object from the list of options.
3. Enter information into the fields.

Clone Object Quick Action

4. From the Field Name drop-down list, choose Status, then from the Field Value drop-down list, select a value or enter an expression that prompts the user to select a status for the copied incident, such as $(Prompt("Select a status for the new incident", "")).
5. Click Add to add a row.
6. From the Field Name drop-down list, choose Owner. This makes the default owner the user who is cloning the incident. For the corresponding value, enter $(CurrentLoginId()).
7. Click Add to add a row.
8. From the Field Name drop-down list, choose Team. This makes the default team the team of the user. For the corresponding value, enter $(CurrentUserTeam()).
If you do not want values from fields such as Cost and Total TimeSpent copied, select the fields from the Field Value section and enter 0 for the corresponding field values.
9. Click Add to add a row.
10. From the Field Name drop-down list, choose LastModBy to update the modified date. For the corresponding value, enter $(CurrentDateTime()).
11. Click Save .