Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Can we update document of record if document type is set as 'Restrict Update'?
Summary:
Hi Team,
We are facing an issue while trying to update document of record for a worker. The document type in question has "Restrict Update" set as Yes.
Prior to 23B, we were able to update the data for this document type using
/hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentsOfRecordId}
But after 23B upgrade it has started failing with below error:
"detail": "You can't edit the document record, as this document type is configured
with an update restriction. (PER-1532956)",
"o:errorCode": "PER:::PER_DOR_REST_RESTRICT_EDIT_DEL"
Is there any change in REST APIs functionality as this was working fine in 23A.
0