How Do I Allow New Candidates From the New Candidate Procedure? #

All new candidate procedures MUST start with MAINTAINING your Name and Password (WCRLI).

Do not give your procedures and functions the same file name. If your function is named the same as your procedure, the function file will overwrite the procedure file and your original procedure file will be lost.
  1. Through the IMPC form in Professional, create as many procedures as you need to use in Self Service.
  2. Create an ‘html’ file (e.g. New_Candidate.html) with the following information:
    • <HTML>
      What type of positions are you looking for?
      <UL>
      <LI><a target="_parent" href="..\candidate.form?FORM=NEW_CAND_1"> New Candidate Procedure 1</a></LI>
      <P></P>
      <LI><a target="_parent" href="..\candidate.form?FORM=NEW_CAND_2"> New Candidate Procedure 2</a></LI>
      <P></P>
      <LI><a target="_parent" href="..\candidate.form?FORM=NEW_CAND_3"> New Candidate Procedure 3</a></LI>
      </UL>
      </HTML>
    • In the above information, ‘NEW_CAND_1’,'NEW_CAND_2' and 'NEW_CAND_3' will be the names of the procedures you created in IMPC.
  3. Save the file in the "docs" folder under selfService on your 9ias server.
  4. Access the Maintain Function form (IMFN) either through the Web Site Administrator main menu or through the Navigation tree. You will be presented with a list of functions.
  5. Click the Add icon found at the bottom of this list. A blank row will now appear.
  6. Ensure that your cursor is on this blank row.
  7. Directly beneath the list are fields that allow you to define the function you wish to enter. Enter data into the fields as indicated bellow:
    • Field: Data
    • Product: RE
    • Function Name: NEW CAND FUNCT
    • Description: 'New Candidate Procedures'
    • Function Usage: User Defined
    • Function Type: Manual
    • Web Address: docs/New_Candidate.html
  8. Set the function's execution rights allowed to ‘Yes’ for Retrieve Allowed'
  9. In the ‘Execution Rights’ tab, assign the function to P2K_MASTER and WWW_CANDIDATE with Retrieve set to ‘YES’.
  10. Once you are satisfied with the data you have provided, Save the file



Frequently Asked Questions - Web Site Administrator Self Service#


Notes #

Click to create a new notes page