# Export jobs

# Export target definition

# Export job

Export jobs can be tested with output to browser:

https://<cm url>/exportjob.aspx/html/<id or code or name>

Or by export according to the export target definition:

https://<cm url>/exportjob.aspx/export/<id or code or name>

# Scheduling

A job runs automatically when all three schedule conditions match the current moment.

# ScheduledTimes

A required comma-separated list of HH:mm or H:mm values that represent the times of day the job should run.

09:00, 12:30, 17:00

The scheduler checks every time at most once per 5-minute window: a job fires when the current clock time is within ±5 minutes of a scheduled time.

# ScheduledDays

Check one or more days according to requirements. If no days are checked, the job runs every day.

# ScheduledWeeks

A comma-separated list of ISO week numbers (integers). If empty, the job runs every week.

1, 3, 5, 7
Last Updated: 3/3/2026, 4:15:27 PM