Post EEO Data to Workday
I have an existing pipeline that posts an applicant’s job application data to Workday. This is basic information like the applicant’s first name, last name, address, and the job requisition id. I need to add EEO data (Equal Employment Opportunity) to Workday. This data is basically composed of gender, disability status, veteran status, Hispanic/Latino indicator, and race/ethnicity.
I can’t find the schema that the Write Workday snap uses to direct this data to where it needs to land in Workday. For instance, to send the job requisition id value, we use a mapper to move that data to $Candidate_Data.Job_Application_Data[].Job_Applied_To_Data[].Job_Reference.ID[*].value. This works.
I’m hoping somebody here knows how I can send EEO data to the Write Workday snap so that it posts successfully. How can I find the Workday schema that the Workday Write snap uses?