Share via


ReqSetupDim.leanRuleData Method [AX 2012]

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

Syntax

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.

Return Value

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

See Also

Reference

ReqSetupDim Class