Update a record
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Building applications
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Updates the specified record with the given data attributes.
Before you begin
Role required: sn_cli_metadata.cli_admin, sn_cli_metadata.cli_user, or admin
Procedure
Open your system's command-line tool and execute this command.
Pass in values for these arguments.
Parameter | Description |
---|---|
table | Required. Name of the table in which to save the record. |
sysid | Required. Sys_id of the record to update. |
data | Required. Field name and the associated value for each field to define in the specified record in JSON string format. |
Example
The system returns field-value pairs for the updated record.