Share via


WrkCtrScheduler.limitCapProject Method [AX 2012]

Specifies whether the reservations that are derived from projects will be included in the calculation of available capacity when executing scheduling.

Syntax

public boolean limitCapProject(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 project hour forecast capacity reservations.

Return Value

Type: boolean
Always returns true.

Remarks

The overriding methods should return the value according to the specific needs of the overriding class.

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

See Also

Reference

WrkCtrScheduler Class