ReqSetupDim.leanRuleData Method [AX 2012]

Retrieves an instance of the LeanRuleData class for the current item and coverage dimension.

public LeanRuleData leanRuleData(
    utcdatetime _reqDateTime, 
    ReqRefType _reqRefType, 
    InventQty _inventQty, 
   [LeanReplenishmentStrategy _replenishmentStrategy])

Run On

Called

Parameters

_reqDateTime
Type: utcdatetime
A date and time value that holds a requirement date and time.
_reqRefType
Type: ReqRefType Enumeration
An enumeration value that holds the requirement type.
_inventQty
Type: InventQty Extended Data Type
_replenishmentStrategy
Type: LeanReplenishmentStrategy Enumeration

Return Value

Type: LeanRuleData Class
A LeanRuleData object that holds the kanban settings.

Community Additions

ADD
Show: