Share via


WrkCtrScheduler.saveOrder Method [AX 2012]

Saves the scheduling results for an order.

Syntax

protected void saveOrder(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    Common _common, 
    container _orderData)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule record that contains the order scheduling parameters.
  • _common
    Type: Common Table
    A Common table buffer that contains the order master data. For example, a ProdTable buffer.
  • _orderData
    Type: container
    A container with the scheduling result data for the order.

See Also

Reference

WrkCtrScheduler Class