Share via


RequisitionDocumentGeneration.updatePurchReqLineProcessingError Method [AX 2012]

Update records in PurchReqLineProcessingError table.

Syntax

protected void updatePurchReqLineProcessingError(
    container _packedLines, 
    PurchReqLineProcessingErrorType _errorCode, 
    FreeTxt _errorDescription)

Run On

Server

Parameters

  • _packedLines
    Type: container
    A container containing records from from PurchReqLine table.

See Also

Reference

RequisitionDocumentGeneration Class