update_data_record_partial
Update specific fields in an existing data record using a savable Data Page, based on a conditional save plan, without altering other fields. Supports optimistic locking with eTags for concurrent access scenarios.
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. |