Cmdlets for ServiceNow

Build 25.0.9434

UpdateRecord

Updates the specified record into the target table in ServiceNow.

Input

Name Type Required Description
TableName String True The name of the ServiceNow table where the record should be updated (e.g., 'incident', 'task').
Payload String True A valid JSON object representing the data to update into the specified table. Must be well-formed and adhere to the table schema.
SysId String True The unique system identifier (sys_id) of the record in ServiceNow.

Result Set Columns

Name Type Description
Success Boolean Indicates whether the operation completed successfully (true/false).

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434