on 2022 Oct 13 7:56 PM
Do you know if Success Factors Recruiting should parse employment and language information from the resume when a candidate applies to a job?
Request clarification before answering.
Hello, anapmopa,
Resume parsing is only supported in the following languages: Dutch, English, German, French, Spanish, Swedish, Danish, Polish, Romanian, Italian, Slovak, Czech, Russian, Portuguese, and Chinese.
Resume Parsing provides the ability to extract information from an uploaded resume to pre-populate the previous work experience, current employer and contact address fields on the application.
The following fields are the supported Candidate Profile fields for Resume Parser:
Picklist fields will not work with resume parsing as the system will expect the option ID in order to parse the value and not the Picklist Label.
Resume parsing will not parse a resume submitted for an agency candidate when a candidate is submitted to a job requisition by an agency.
Kind regards,
Alina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, chessamei19,
When using resume parsing, separate candidate profile XML permissions are required for internal and external candidates. If you don't separate these permissions, the recruiting user sees the internal candidate name update with the parsed information from the resume. This can cause problems if you’re mapping to the Employee Profile.
The sample code:
<field-permission type="write">
<role-name><![CDATA[Candidate]]></role-name>
<country><![CDATA[*]]></country>
<source><![CDATA[External]]></source>
<field refid="customKnownAs"/>
<field refid="firstName"/>
<field refid="middleName"/>
<field refid="lastName"/>
<field refid="contactEmail"/>
<field refid="cellPhone"/>
<field refid="address"/>
<field refid="customAddress2"/>
<field refid="city"/>
<field refid="country"/>
<field refid="state"/>
<field refid="zip"/>
<field refid="customTravel"/>
<field refid="resume"/>
<field refid="coverLetter"/>
<bg-element refid="outsideWorkExperience" data-field-id="*"/>
<bg-element refid="education" data-field-id="*"/>
<bg-element refid="certificates" data-field-id="*"/>
<bg-element refid="languages" data-field-id="*"/>
</field-permission>
<field-permission type="write">
<role-name><![CDATA[Candidate]]></role-name>
<country><![CDATA[*]]></country>
<source><![CDATA[Internal]]></source>
<field refid="customTravel"/>
<field refid="resume"/>
<field refid="coverLetter"/>
<bg-element refid="outsideWorkExperience" data-field-id="*"/>
<bg-element refid="mobility" data-field-id="*"/>
<bg-element refid="languages" data-field-id="*"/>
<bg-element refid="education" data-field-id="*"/>
<bg-element refid="certificates" data-field-id="*"/>
</field-permission>
Best regards,
Alina
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.