Share via


SalesATPCalculation.updateSalesTmpATPWithIssue Method [AX 2012]

Updates the SalesTmpATP table record by using data from the issue transaction.

Syntax

protected void updateSalesTmpATPWithIssue(
    SalesTmpATP _salesTmpATP, 
    InventTrans _inventTrans, 
    date _atpDateForPastDemand)

Run On

Server

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans table record that represents the issue transaction.
  • _atpDateForPastDemand
    Type: date
    The expected date of overdue demand.

See Also

Reference

SalesATPCalculation Class