update_data_record_partial
Partially update an existing data record by specifying only the fields to modify, leaving other fields unchanged. Supports conditional save plans for savable Data Pages. Ensures data integrity with optional eTag for optimistic locking.
Instructions
Partially update an existing data record based on conditional save plan configured for a savable Data Page. Only updates the provided fields, leaving other fields unchanged. Note: Not supported for PEGA System of records.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data object containing properties to update in the data record. Only the specified properties will be updated, other fields remain unchanged. | |
dataViewID | Yes | ID of savable Data Page to update. Must be a valid, existing data view identifier. | |
eTag | No | eTag unique value for optimistic locking. Used to ensure the record has not been modified since the last read. Recommended for concurrent access scenarios. | |
pageInstructions | No | Optional list of page-related operations to be performed on embedded pages, page lists, or page group properties during the update. |