Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to upload positions via HDL
Summary:
How to upload positions via HDL
Content (required):
Hi,
I tried to load the Positions via HDL, using the following track:
METADATA|Position|BusinessUnitName|PositionCode|Name|DepartmentName|JobCode|JobSetCode|EffectiveStartDate
MERGE|Position|Periodici|POS1|BACK END DEVELOPER SVILUPPO CMS|SVILUPPO CMS|JOB324|COMMON_SET|2023/01/17
however I encountered the following error message: "COMMON_SET values are not valid for the JobSetId attribute."
Then I added also the JobSetId field building the following track:
METADATA|Position|BusinessUnitName|PositionCode|Name|DepartmentName|JobCode|JobSetCode|EffectiveStartDate|JobSetId
MERGE|Position|Periodici|POS1|BACK END DEVELOPER SVILUPPO CMS|SVILUPPO CMS|JOB324|COMMON_SET|2023/01/17|0
in this case I encountered a different kind of error message, namely: "The METADATA row could not be processed because the JobSetId attribute is unknown for the V2 version of the business object Position."