Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents


Rules

A "Rules Engine" allows various types of business rules to be written in a text format and easily applied to the system "on the fly" – without even logging out or shutting it down.  USPS-R comes with its own set of required business rules, as well as a number of optional business rules that the district may enable or disable as they desire.  Customized rules can also be written for each district, either by district personnel with the appropriate access to do so, or with help from their ITC or the SSDT.  A few examples of using customized business rules are custom validations, sending email or Twitter notifications, or even updating fields based on certain criteria.  These can also be used in conjunction with Custom Fields.


Tip

Bundled means it comes with the USPS-R software; Mandatory means the rule can not be disabled.


Note

The user would need at least a role that had MODULE_RULES granted in order to update a rule.  They would need at least MODULE_RULES_VIEW to see the list of rules but not be able to modify.

Usually the admin roles have the MODULE_RULES permission granted


...

The following grid shows the rules for the allowing of negative leave balances for Personal, Sick and Vacation Leave.  For example, if the rule to prevent personal leave balance to going negative is true, the district will then receive an Error and it will not allow the transaction for that leave to go negative. But if the rule to Warn the user when the personal leave goes negative is True, the system will give a warning error but allow the absence transaction to be posted.  There are individual rules for each type of Leave. 

Image RemovedImage Added


Prevent Employee with duplicate SSN from being saved

...

  • Error: Prevent Employee with duplicate SSN from being saved.  Produces an error and prevents the user from saving.  By default, the rule to produce the error is enabled
  • Warning: Employee with duplicate SSN has been saved. One will warn the user there is a duplicate but allow the user to save the employee

Image RemovedImage Added

Warning: Employee with duplicate SSN has been saved

Image Added

Rule to warn user when Employee report to EMIS is false but compensations exist with report to EMIS set to true

Image RemovedImage Added

Create

  1. From the System menu select 'Rules'
  2. Click on
  3. Enter in required rule information:

...