Hey there,
Any idea on what worksheet can I use to bulk upload the Job type per position ID?
thanks,

Hey there,
Any idea on what worksheet can I use to bulk upload the Job type per position ID?
thanks,
Hi Nanci,
The job type is a part of the job but not the position. You can import the bulk data in the below sequence.
1. Import all job types in the system using HcmJobTypeEntity
2. Import all jobs related to Job types in the system using HcmJobEntity
3. Import all positions with jobs in the system using HcmPositionV2Entity