Creating Alerts

Objectives

After completing this lesson, you will be able to:
  • Create an Alert Message
  • Create an Alert Business Rule

Create an Alert Message

Business Case:

Create a Show and No-Show Alert message for administrators.

Create the Alert Message

Steps

  1. Create the Alert Message

    externalName/externalCodeAlert/Localized HeaderAlert/Localized Description
    SHOW_PROMPT_ADMIN[[SUBJECT_USER]] has been recorded as a confirmed attendee on their first day.[[SUBJECT_USER]] has been recorded as a confirmed attendee on their first day. As such has updated to their correct Paygroup for Payroll. Please complete any follow up activities.
    NOSHOW_PROMPT_ADMIN[[SUBJECT_USER]] has been recorded as a No Show.[[SUBJECT_USER]] has been recorded as a No Show and as such has been automatically terminated. Please complete any follow up activities.
  2. Create the Show/NoShow Picklist

    Picklist PropertyValue
    Code/NameshowNoShow
    Picklist Values
    External Code (Label)PH (Pending Hire)
    External Code (Label)SH (Show)
    External Code (Label)NSH (No Show)
  3. Create custom field to map the Show/NoShow Picklist

    HRIS ElementHRIS FieldLabel/Default LabelMandatoryReference ObjectVisibility
    jobInfoCustom-string11Show_NoShowNoPicklist - showNoShowEdit

Create an Alert Business Rule

Business Case:

Create a rule that triggers an alert if show/noshow is changed from Hire to No Show

Steps

  1. Create a rule that triggers an alert if show/noshow is changed from Hire to No Show

    Rule LogicLeft ExpressionComparative OperandsRight Expression
    IFJob Info Show_NoSHow valueEqual toNo Show
    ANDPrevious Job Info Show_NoSHow valueEqual toPending Hire
    THENSet Alert Effective Date valueEqual toJob Information Event Date value
    THENSet Alert MessageEqual toNOSHOW_PROMPT_ADMIN
    THENSet Alert Workflow InformationEqual toStatus_NoShow_Alert
  2. Create a rule that triggers an alert if show/noshow is changed from Hire to Show

    Rule LogicLeft ExpressionComparative OperandsRight Expression
    IFJob Info Show_NoSHow valueEqual toShow
    ANDPrevious Job Info Show_NoSHow valueEqual toPending Hire
    THENSet Alert Effective Date valueEqual toJob Information Event Date value
    THENSet Alert MessageEqual toSHOW_PROMPT_ADMIN
    THENSet Alert Workflow InformationEqual toStatus_Show_Alert
  3. Assign the rules.

Log in to track your progress & complete quizzes