Rank Job Applications Using HCM Data Loader
You can rank job applications using HCM Data Loader.
These 3 attributes were created in the CandidateJobApplication.dat file:
- CurrentRank
- RankedByPersonID
- RankedByPersonNumber
Note the following:
- The attributes aren’t mandatory.
- If CurrentRank isn’t provided, and RankedByPersonID or RankedByPersonNumber is provided, only the name of the user who provided the rank will be displayed in the UI.
- If CurrentRank is provided, but RankedByPersonID and RankedByPersonNumber aren’t provided, only the rank will be displayed in the UI. To have the correct display, you need CurrentRank or either RankedByPersonNumber or RankedByPersonID.
- Rank can be any positive number between 1 and 10,000.
This feature provides an alternate way of assigning the rank to job applications, and can be done for large number of job applications in one load.
Steps to Enable
You don't need to do anything to enable this feature.