Pega Constellation
Pega-API-DataPersistence used for adding, editing and deleting a table in pega constellation API. Primary key for my data class is pyGUID. When pyGUID is autogenerated- Adding(pxCreateDataRecord) is working fine.
But for Delete (pxDeleteDataRecord) and Edit (pxUpdateDataRecord) is forming a new record with empty values with new pyGUID instead of using parameter from -dataViewParameters, And saving that record in table.
If I don't use pyGUID is autogenerated for the Data Class, Then it's giving automation error.
What I am doing wrong? Or how to resolve this?