For more information, please refer to this announcement explaining best practices for getting answers to questions.
You need to enter a valid value for the PrimaryLocationId attribute. The current values are
Summary:
I am loading JobRequisition object using HDL in one of our lower environments. I kept on getting the below error for PrimaryLocationId attribute. As i checked the business object definition for JobRequistion object .
PrimaryLocationId is required for new record. however in the hdl file i am using the user key-PrimaryLocationName for this attribute and this attribute also mandatory attribute. Similary I have used
RequisitionNumber for RequisitionId
HiringManagerPersonNumber for HiringManagerId
CurrentPhaseCode for CurrentPhaseId
RecruiterPersonNumber for RecruiterId
CurrentStateCode for CurrentStateId
along with this i used all the remaining required attributes for new records also in the file.
BaseLanguageCode, RequisitionTitle, OrganizationCode, RecruitingType and UnlimitedOpeningsFlag.