
The first step of the simple HR process that you create is an HTML page that presents for example, the requirements the applicant should meet to be eligible for the vacancy.
You can design the HTML in an appropriate editor, and then upload it as a content package object in Guided Procedures, and expose it as a callable object. Then you create an action and attach the callable object to it, thereby enabling its use in a process template.
You can copy the following HTML code and paste it into a text editor. Save the file as StartPage.htm.
|
<html>
<head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Job Application</title> </head>
<body>
<div align="left"> <table border="2" cellpadding="50" cellspacing="0" style="border-collapse: collapse" bordercolor="#000080" width="100%" id="AutoNumber1" height="286"> <tr> <td width="100%" height="286">
<p style="line-height: 150%"><font face="Arial">For the position of <b><i> Financial Analyst</i></b>, we are looking for a motivated and competent person who is willing to work in a dynamic international environment.</font></p>
<p style="line-height: 150%"><font face="Arial">Our requirements for the applicant are:</font></p> <ul> <li>
<p style="line-height: 150%"><font face="Arial">Master Degree in Finance</font></p> </li> <li>
<p style="line-height: 150%"><font face="Arial">At least two years of experience on a similar position</font></p> </li> <li>
<p style="line-height: 150%"><font face="Arial">Fluent English; knowledge of German is an advantage.</font></p> </li> </ul> </td> </tr> </table> </div>
</body>
</html> |
Creating a Content Package Object
The design time of the content package object opens. You must add content to it.
Creating a Callable Object
To select the content package that you have created, choose Browse…. Then choose Select.
Do not insert any input parameters.
In the Set Configuration screen, enter Apply for Button Label.
The design time for the callable object opens.
Creating an Action
To confirm, choose Select.
You have created the start page of the process. Go on with creating the data input form .