Versions Compared

Key

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


Panel

Table of Contents

...

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 SOC1AuditJob or DistrictAuditJob is USPS_STANDARD_AOS. 

The District 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

...