ServiceNow · Schema

ImportSetResult

The result of processing an import set record including the transformation outcome.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Properties

Name Type Description
transform_map string The name of the transform map used to process the record.
table string The target table into which the record was transformed.
display_name string The display name of the transform map.
display_value string The display value of the target record created or updated.
record_link string A link to the target record in ServiceNow.
status string The transformation status. Common values include inserted, updated, error, and ignored.
status_message string A descriptive message about the transformation result, especially useful when the status is error.
sys_id string The sys_id of the import set row record in the staging table.
target_sys_id string The sys_id of the record created or updated in the target table.
import_set string The sys_id of the parent import set.
View JSON Schema on GitHub