Versions Compared

Key

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


Panel

Table of Contents

...

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


...

RuleDescription
org.ssdt_ohio.authnz.authnz-default-passwordDefault Password Rules
org.ssdt_ohio.authnz.authnz-stream-rulesAuthentication: Default Breakin Detection and Evasion
org.ssdt_ohio.usps.model.attendancejournal.MaxAdvancedSickLeaveErrorRule to prevent Advanced Sick Leave balance from going past Max Advanced allowed
org.ssdt_ohio.usps.model.attendancejournal.NegativePersonalBalanceErrorRule to prevent Personal Leave balance from going negative
org.ssdt_ohio.usps.model.attendancejournal.NegativePersonalBalanceWarningRule to warn user when Personal Leave balance will go negative
org.ssdt_ohio.usps.model.attendancejournal.NegativeSickBalanceErrorRule to prevent Sick Leave balance from going negative
org.ssdt_ohio.usps.model.attendancejournal.NegativeSickBalanceWarningRule to warn user when Sick Leave balance will go negative
org.ssdt_ohio.usps.model.attendancejournal.NegativeVacationBalanceErrorRule to prevent Vacation Leave balance from going negative
org.ssdt_ohio.usps.model.attendancejournal.NegativeVacationBalanceWarningRule to warn user when Vacation Leave balance will go negative
org.ssdt_ohio.usps.model.employee.EmployeeDuplicateSsnErrorError: Prevent Employee with duplicate SSN from being saved
org.ssdt_ohio.usps.model.employee.EmployeeDuplicateSsnWarningWarning: Employee with duplicate SSN has been saved
org.ssdt_ohio.usps.model.employee.EmployeeEmisCompensationWarningRule to warn user when Employee report to EMIS is false but compensations exist with report to EMIS set to true
org.ssdt_ohio.usps.model.modeltransaction.ModelTransactionPrevent creation/updating/delete of Transaction when posting period is not openThis rule is to prevent certain entities from being created, updated, or deleted if the posting period assigned to them is not open.  Currently, this affects adjustments and historical payrolls.  So if an adjustment is created with a transaction date that is within a closed posting period, the user would receive an error that they can not create the adjustment because the posting period is not open.  Same if they were to try to modify or delete an adjustment with a date that fell within a closed posting period.  For the historical payroll, the pay date has to be within an open posting period when posting or they will receive an error.
org.ssdt_ohio.usps.model.payrollitem.FederalCovidAmountErrorError: Prevent Federal Covid-19 amounts from exceeding maximum values

...