Customizing the mobile Candidate Space

Changes to the mobile Candidate Space are made in the same UI file that is used in the desktop version of the Candidate Space. The changes that are provided here affect only mobile Candidate Space.

You can customize the visual appearance of the mobile Candidate Space and enable Express Interest and Social Share. Candidates can use the Express Interest feature to express interest in a position without applying for it. Candidates can use Social Share to share job postings on social media platforms.

  1. Download the delivered configurable UI file for the Candidate Space, CandidateSpace.zip.
  2. Extract the file to a folder, preserving the directory structure.
  3. To replace the mobile landing page logo:
    1. Access the delivered logo image (logo.png) under the images folder (/html/images).
    2. Create or copy the logo image you want to insert.
    3. Save the new logo image as logo.png.
    4. Copy the new logo image to the images folder.
  4. To replace the mobile landing page text:
    1. Access CandidateSpace/src/js/mobileApply-ui.js or html/js/global.js.
    2. Search for $.csm.landingPage.
    3. Modify the text of variable "p." For example var p=["<text1>", "<text2>". Content that is separated by a comma and quotation marks within the variable are shown as separate paragraphs in the landing page text.
    4. Save the file.
  5. To change the mobile header color:
    1. Access CandidateSpace/src/js/global.js or html/js/global.js.
    2. Search for mobileColorTheme.
    3. Specify the color theme in hexadecimal color.
    4. Save the file.
  6. To enable mobile Express Interest:
    1. Access CandidateSpace/src/js/global.js or html/js/global.js.
    2. Search for enableExpressInterest.
    3. Change the value from false to true.
    4. Save the file.
  7. To enable Social Share:
    1. Access CandidateSpace/src/js/global.js or html/js/global.js.
    2. Search for enableSocialMediaSharing.
    3. Change the value from false to true.
  8. Make other updates as required, such as updates to text, headers, or links.
  9. Zip the file.
  10. Sign in to Infor HR Talent as an Administrator.
  11. Select Talent Acquisition > Code Setup > Job Boards.
  12. Select a job board.
  13. Specify an Effective Date.
  14. Click x beside the Configurable UI File field to clear out the previous CandidateSpace.zip file.
  15. In the Configurable UI File field, upload the new CandidateSpace.zip file.
  16. Click Save.