Share via


WrkCtrScheduler_Req.limitedCapacityToDate Method [AX 2012]

Computes the capacity time fence for an order and a specific resource.

Syntax

protected TransDate limitedCapacityToDate(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    WrkCtrTable _wrkCtrTable, 
    TransDate _workTimeToDate)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule object that contains order scheduling parameters.
  • _wrkCtrTable
    Type: WrkCtrTable Table
    A WrkCtrTable record that contains the resource details.

Return Value

Type: TransDate Extended Data Type
A Date value with the limited capacity fence.

See Also

Reference

WrkCtrScheduler_Req Class