Share via


WrkCtrScheduler.saveOperation Method [AX 2012]

Saves the scheduling results for an operation to the database.

Syntax

protected void saveOperation(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    Common _common, 
    container _operationData)

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 operation record.
  • _operationData
    Type: container
    A container with the scheduling result data for the operation.

See Also

Reference

WrkCtrScheduler Class