Share via


SalesATPCalculation.updateSalesTmpATPWithPlannedSupply Method [AX 2012]

Updates the SalesTmpATP table record by using data from the planned supply transaction.

Syntax

protected void updateSalesTmpATPWithPlannedSupply(
    SalesTmpATP _salesTmpATP, 
    ReqTrans _reqTrans, 
    date _atpDateForPastSupply)

Run On

Server

Parameters

  • _reqTrans
    Type: ReqTrans Table
    The ReqTrans table record that represents the planned supply transaction.
  • _atpDateForPastSupply
    Type: date
    The expected date of overdue supply.

See Also

Reference

SalesATPCalculation Class