ReqCalc.insertUnscheduledOrders Method [AX 2012]

Inserts all orders that have not been scheduled into a table in the database for later scheduling.

Syntax

protected void insertUnscheduledOrders(List _orders)

Run On

Called

Parameters

  • _orders
    Type: List Class
    A List that contains the orders to be inserted.

See Also

Reference

ReqCalc Class