Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Unable to Delete Education Profile Item using HDL
Summary:
We are trying to delete Education Entry from Employee's Skills and Qualifications using HDL
HDL loaded successfully but data is not getting deleted.
We are successfully able delete the same entry from UI. Also, instead of DELETE if I use MERGE to update any attribute it is getting updated successfully.
Here is the HDL Sample
DELETE - Not Working
METADATA|ProfileItem|ProfileItemId|ProfileId|ContentTypeId|DateFrom
DELETE|ProfileItem|300004798887593|300000518944228|106|2024/12/17
MERGE - Working as Expected
METADATA|ProfileItem|ProfileItemId|ProfileId|ContentTypeId|DateFrom|ItemDate6
MERGE|ProfileItem|300004798887593|300000518944228|106|2024/12/17|2024/12/17
Version (include the version you are using, if applicable): 24D
0