Panel | |
---|---|
|
...
Info |
---|
For District and SOC1 reports, it is looking at the previous fiscal year. For example: |
District Audit Job
The required permission to schedule DistrictAuditJob is USPS_STANDARD_AOS and MODULE_FILE_AUDITREPORT.
...
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.
...
The SOC1 Audit Job runs the following reports:
...
- Navigate to the Utilities menu > Job Scheduler
- Click at the top of the grid. This will open a pop up window with the options to schedule the Job.
- Select the Job Type from the drop down
- District Audit Job: class org.ssdt_ohio.usps.reporting.aos.DistrictAuditJob
- SOC1 Audit Job: class org.ssdt_ohio.usps.reporting.aos.SOC1AuditJob
- Enter an Event Trigger
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 title Cron Expression 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:
- Click to schedule the Job
...