ReqCalc.pdsMaintainSafetyStock Method [AX 2012]

Ensures that safety stock level is maintained for expiring receipts.

Syntax

protected void pdsMaintainSafetyStock(
    ReqTrans _receipt, 
    ReqTrans _issue, 
    ReqSetupDim _setupDim)

Run On

Called

Parameters

  • _receipt
    Type: ReqTrans Table
    A reqTrans record with positive quantity.
  • _issue
    Type: ReqTrans Table
    A reqTrans record with a negative quantity.

See Also

Reference

ReqCalc Class