Share via


WrkCtrScheduler.checkSchedulingDirectionChange Method [AX 2012]

Checks whether the scheduling direction was changed during scheduling.

Syntax

protected void checkSchedulingDirectionChange(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    Common _common, 
    str _messageText)

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 (this can be a ProdTable buffer, ...).
  • _messageText
    Type: str
    A string with the message to display in the Infolog in case the scheduling direction was changed.

See Also

Reference

WrkCtrScheduler Class