Hello,
I created a custom entity based on the table HcmPersonSkill. I'm trying to update the field "HcmPersonSkill.RatingLevelDate" via ODATA patch which is part of the primary key of the table as well as the entity key. Unfortunatly the update is not processed. I could not even see the new value from the JSON Body in the Debugger. Other fields like "HcmPersonSkill.Experience" are transferred and updated correctly and displayed in the variables in the debugger:
Do you have any idea why this value is not transferred?
Thanks
Sebastian