Manager Override Notification

MgrOverrideNotifier notifies a designated recipient when a manager overrode a timesheet. The process runs continuously. MgrOverrideNotifier does the following:

  • Checks all line items in a timesheet to see if a manager has overridden anything.
  • Checks all line items in a timesheet to see if a manager has overridden anything.
  • Sends a configurable message to a specified email address, and to a specified cc email address if needed, if something has been overridden.
Bkg Proc Name Parameters Value Optional Description
MgrOverrideNotifier TSeMailOverride Valid email address Yes* Sends an email notification to the designated recipient primarily
TSccMailOverride Valid email address Yes* CC the recipient
ts.EmailOverrideToCreator True False Yes Send notification to owner (and creator if they are different persons).
MgrOverrideNotifier (Version 6.0 and later) ts.EmailOverrideToCreator True False Yes Whether to send notification to owner (and creator if they are different persons).

* Both are optional but both must not be null. If no address is desired, either remove this background process from the workflow, or create a dummy valid email address. For example, Nobody@infor.com.