update_data_record_full
Replace an entire data record in Pega by providing a complete data object, using the conditional save plan configured for the specified Data Page.
Instructions
Fully update an existing data record based on conditional save plan configured for a savable Data Page. Overrides the entire data record with the provided data object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataViewID | Yes | ID of savable Data Page to update. a valid, existing data view identifier. | |
| data | Yes | Data object containing all properties to update in the data record. This will replace the entire existing record. | |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |