Share via


SalesATPCalculation.processPlannedDemand Method [AX 2012]

Iterates through all the planned demand transactions that can affect the ATP calculation.

Syntax

protected void processPlannedDemand(
    SalesTmpATP _salesTmpATP, 
    ItemId _itemId, 
    ReqPlanVersionRefRecId _reqPlanVersionRefRecId, 
    date _atpEndDate, 
    date _plannedDemandStartDate, 
    date _atpDateForPastDemand, 
    InventTransOriginId _inventTransOriginId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _atpEndDate
    Type: date
    The last date of the ATP calculation.
  • _plannedDemandStartDate
    Type: date
    The first date of planned demand consideration.
  • _atpDateForPastDemand
    Type: date
    The expected date of overdue demand.
  • _inventDimCriteria
    Type: InventDim Table
    An InventDim table buffer that specifies inventory dimension values for the filter criteria.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm table buffer that specifies which inventory dimensions are used in the filter criteria.

See Also

Reference

SalesATPCalculation Class