WORKFLOW_SAMPLES
Back to current versionRestore this version

WorkFlow Samples#

Sample 1 - A New Hire Workflow Procedure #

Goal #

To have the system take the user through a series of steps when an employee is hired into the database. The system is also responsible for issuing an email to the new employee's manager informing them of the new hire.

Notes#

In order for the process to work correctly and have the workflow actions closed, completion clauses may be written so that you must enter a value in some field in IEID to close the WF loop, and/or elect the new hire into a BE plan in IBEL for that one.

Logistics#

Go into IEHR and complete the screen with all of the pertinent information. In order for the manager to receive the email, there must be an association made between the manager and the new employee. This association will be made in the "Supervisor" field on IEQH. Upon saving the record the following workflow actions will occur:

Steps#

  1. Go into IEQH and complete the screen for a new EE
  2. Ensure that the employee is associated to a manager that has an email address indicated on their IEAS record. This is required to issue the email to the manager gets sent.

Sample 2 - Print Screens of Workflow Action Setup#

wf_9-1.jpg(info)
This figure reflects the WF action setup required to have the user go to the IEID screen. Please note that a log will only be generated when a workflow actions is fired.

wf_9-2.jpg(info)

This figure reflects the setup of the WF action required for the user to go to the IBEL screen.

wf_9-3.jpg(info)

This figure reflects the set up required to send an email to the manager.

wf_9-4.jpg(info)

This figure reflects the set up required to have the system generate the RBBS report.