clone_artifact
Duplicate a ServiceNow artifact to a new name or application scope, enabling reuse across modules without recreating from scratch.
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) |