Hi,
I have a Custom Logical Unit created and a projection of type Integration created for it. I am able to retrieve the data from Postman without issues.
When I try to update using PATCH, I keep getting the following error. If I pass a non-existing objkey, then it creates a new record in the CLU.
Do I need to do anything differently to be able to modify records in the CLU?
{
"error": {
"code": "DB_OBJECT_MODIFIED",
"message": "Resource already modified.",
"details": /
{
"code": 20114,
"message": "ORA-20114: TestOrderDetails.MODIFIED2: The Test Order Details for Demo object has been modified by another user. Please refresh the object and reenter your changes."
}
]
}
}
Thank You.