Share via


WrkCtrScheduler.saveData Method [AX 2012]

Saves the data for all the scheduled orders to the AX database.

Syntax

protected void saveData()

Run On

Server

Remarks

The saving of the operation specific information is handled by the this.saveRoute method.

The saving of the job specific information is handled by the this.saveJobs method.

See Also

Reference

WrkCtrScheduler Class