Update a record
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Building applications
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.