Share via


WrkCtrScheduler.limitCapPO Method [AX 2012]

Specifies whether the capacity reservations that are derived from planned orders will be included in the calculation of available capacity when scheduling is executed.

Syntax

public boolean limitCapPO(InventDimId _inventDimId)

Run On

Server

Parameters

  • _inventDimId
    Type: InventDimId Extended Data Type
    The InventDimId value that identifies the dimension by which to return the option to use the planned production orders capacity reservations.

Return Value

Type: boolean
Always returns true. The overriding methods should return the value according to the specific needs of the overriding class.

Remarks

Should be overridden in derived classes, as the derived class represents a module from where this functionality should be parameter-controlled.

See Also

Reference

WrkCtrScheduler Class