clone_artifact
Clones a ServiceNow artifact (identified by table and sys_id) to a new name, with optional target scope for placing the copy in a different application.
Instructions
Clone a platform artifact to a new name/scope. [Scripting]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Source artifact table | |
| sys_id | Yes | Source artifact sys_id | |
| new_name | Yes | Name for the cloned artifact | |
| target_scope | No | Target application scope (optional) |