Versions Compared

Key

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


Panel

Table of Contents


Info

If an employee has a job scheduled and then the user is Locked or Disabled, the Job scheduled will fail.


List of Reports and Direct Deposits scheduled to be run or delivered at a later date and time. Scheduled Jobs can be viewed, edited or deleted.
Users will see all jobs they have scheduled. Administrative users can view Jobs scheduled by all users.

Image RemovedImage Added

To update the Status of the Job, click on :

...

Info

For District and SOC1 reports,  it is looking at the previous fiscal year.  

For example:
If Current Period is in FY23, the report should have a date range of 7/1/21-6/30/22.


District Audit Job

The required permission to schedule

...

DistrictAuditJob

...

is USPS_STANDARD_AOS

...

and MODULE_FILE_AUDITREPORT. (STANDARD and GROUP_MANAGER roles include these)

The District Audit Job runs the following reports:

...

Job Type: Job Type: class org.ssdt_ohio.usps.reporting.aos.DistrictAuditJob

SOC1 Audit Job

The required permission to schedule SOC1AuditJob is USPS_STANDARD_AOS and MODULE_FILE_AUDITREPORT. (STANDARD and GROUP_MANAGER roles include these)

The SOC1 Audit Job runs the following reports:

...

  1. Navigate to the Utilities menu > Job Scheduler
  2. Click  at the top of the grid. This will open a pop up window with the options to schedule the Job.
  3. Select the Job Type from the drop down
    1. District Audit Job: class org.ssdt_ohio.usps.reporting.aos.DistrictAuditJob
    2. SOC1 Audit Job: class org.ssdt_ohio.usps.reporting.aos.SOC1AuditJob
  4. Enter an Event Trigger
    1. The Event Trigger is where the Cron Expression will be entered to schedule the job. The Cron Expression represents the frequency at which the job should run. 

      Info
      titleCron Expression
      1. A Cron Expression is a command set up to run periodically at fixed times, dates, or intervals. Cron Expressions can be generated using an online source for the desired time period and then copied and pasted into the Event Trigger field.

        Free online cron expression generators:


  5. Click  to schedule the Job

...