Scheduled Jobs

Work your ERP.net data does on its own — every night, every Monday, or at the top of the hour — without anyone pressing a button.

Every ERP.net company has a handful of tasks that must happen on a schedule: a stock snapshot saved every evening, a report emailed to the management team on Monday morning, balances recalculated at the end of each month. Traditionally these need a developer to write a job and somewhere to run it. In Operator you describe the task, say when it should run, and a small app with a trigger does the rest — reliably, at the time you chose, in your timezone.

What you get

Example

You say: "every weekday at 19:00, save the current stock levels for our warehouse and email me a PDF summary." Operator builds a small app with a trigger, sets the schedule, and writes the task itself. From then on the report appears in your inbox at 19:00 each weekday — you can watch each run in the app's Triggers tab.

How to ask for one

Describe the task and when it should happen, in your own words:

every night at midnight, take a snapshot of product balances and store it

send the sales report as a PDF to sales@company.com every Monday at 8:00

at the end of each month, recalculate the running balances for all customers

Useful things to mention:

Operator asks only what it genuinely needs, builds the app with the trigger, and shows you the schedule before switching it on.

What to check before approving

Changing it later

Good to know