update_data_record_full
Replace an entire data record by providing a new data object and specifying the savable Data Page ID, ensuring full updates based on configured conditional save plans. Utilized within Pega DX MCP Server for streamlined data management.
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
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data object containing all properties to update in the data record. This will replace the entire existing record. | |
dataViewID | Yes | ID of savable Data Page to update. Must be a valid, existing data view identifier. |