This page (revision-50) was last changed on 26-Nov-2021 10:22 by kparrott

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
50 26-Nov-2021 10:22 1 KB kparrott to previous HOW_DO_I_ADD_A_HEADER_OR_FOOTER_TO_A_SCREEN ==> HOW TO ADD A HEADER OR FOOTER TO A SCREEN
49 26-Nov-2021 10:22 1 KB jmyers to previous | to last
48 26-Nov-2021 10:22 3 KB jmyers to previous | to last
47 26-Nov-2021 10:22 4 KB jmyers to previous | to last
46 26-Nov-2021 10:22 5 KB jmyers to previous | to last
45 26-Nov-2021 10:22 5 KB jmyers to previous | to last
44 26-Nov-2021 10:22 6 KB jmyers to previous | to last
43 26-Nov-2021 10:22 7 KB jmyers to previous | to last
42 26-Nov-2021 10:22 9 KB jmyers to previous | to last
41 26-Nov-2021 10:22 10 KB jmyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 8 changed one line
*[How Do I Add a Header or Footer to a Screen?|HOW_DO_I_ADD_A_HEADER_OR_FOOTER_TO_A_SCREEN?]
*[How Do I Add a Header or Footer to a Screen?|HOW TO ADD A HEADER OR FOOTER TO A SCREEN]
At line 20 removed 30 lines
!!Web Site Administrator Questions
!Q:HOW DO I ALLOW NEW CANDIDATES FROM THE NEW CANDIDATE PROCEDURE?
A: 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.
# Through the [IMPC] form in Professional, create as many procedures as you need to use in Self Service.
# 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].
# Save the file in the "docs" folder under selfService on your 9ias server.
# 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.
# Click the Add icon found at the bottom of this list. A blank row will now appear.
# Ensure that your cursor is on this blank row.
#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
# Set the function's execution rights allowed to ‘Yes’ for Retrieve Allowed'
# In the ‘Execution Rights’ tab, assign the function to [P2K_MASTER] and [WWW_CANDIDATE] with Retrieve set to ‘YES’.
#Once you are satisfied with the data you have provided, Save the file
----