Help & Support Center
Search:  
Contents
:
IndexPrintBookmark

Home > Guides > User Guide > Posting Jobs > Posting to Other Job Boards

Posting to Other Job Boards

Organizations may post positions with Job Boards that do not interface directly with Cyber Recruiter or without using the direct interfaces (for occasional posting) by continuing to post to them in the same manner that is currently used. To keep record of this, the Requisition File > Notes Page can be leveraged to make a note of where the positions are posted.

Additionally, to fully leverage the Job Board posting with a link back to the requisition, use the following html as an example for any job board and modify it for each different requisition posted.

To re-direct back to the public Job Description create an HTML link using the rules/example below.

<A href="https://www.vsinternal.com/ABC/careers.aspx?rf=JOBBOARD&req={Req}">Click Here to Apply Directly to This Position</A>

In this example you would need to replace the:

Example Replace With
https://www.vsinternal.com/ABC   Actual location of your Careers website 
JOBBOARD   Code for the Job Board as you have it set up in your Referral Sources Codes (for example: MONSTER)
{Req} Actual assigned Requisition Code - removing the brackets (for example: 2012-OPS-003)

If the Job Board does not have a separate space for a URL, include the entire html reference in the Job Description you post to the Job Board.

If the Job Board has a place to enter a URL, just include the URL piece between the quotation marks in the example above. For example: https://www.vsinternal.com/ABC/careers.aspx?rf=MONSTER&req=2012-OPS-003


To re-direct back to the Self Service module which would allow an applicant to view a job and access their profile to apply, an HTML link using the rules/example below.

<A href="https://www.vsinternal.com/ABC/AppSelfService.aspx?req={Req}">Click Here to Access Your Profile to Apply for This Position</A>

In this example you would need to replace the:

Example Replace With
https://www.vsinternal.com/ABC   Actual location of your Self Service website 
{Req} Actual assigned Requisition Code - removing the brackets (for example: 2012-OPS-003)

If the Job Board does not have a separate space for a URL, include the entire html reference in the Job Description you post to the Job Board.

If the Job Board has a place to enter a URL, just include the URL piece between the quotation marks in the example above. For example: https://www.vsinternal.com/ABC/AppSelfService.aspx?req=2012-OPS-003


See also