ReqEventProcess.processPegging Method [AX 2012]

Processes the pegging function.

Syntax

protected void processPegging(
    SourceDocumentLineRefRecId _supplySourceDocumentLineRefRecId, 
    InventQty _supplyQuantity, 
    UnitOfMeasureRecId _supplyUnitOfMeasureRecId, 
    InventQty _peggedQuantity, 
    NoYes _isMarking, 
    ReqPeggingType _peggingType, 
    UnitOfMeasureRecId _peggedUnitOfMeasureRecId)

Run On

Called

Parameters

  • _isMarking
    Type: NoYes Enumeration
    A NoYes enumeration value that defines whether the quantity must be marked.

Exceptions

Exception Condition
Error

An invalid ReqEventProcessAction enumeration value was specified.

Remarks

Call this method for each created supply.

See Also

Reference

ReqEventProcess Class