RequisitionDocumentGeneration.updatePurchReqLineProcessingError Method [AX 2012]
Update records in PurchReqLineProcessingError table.
protected void updatePurchReqLineProcessingError(
container _packedLines,
PurchReqLineProcessingErrorType _errorCode,
FreeTxt _errorDescription)
Run On
ServerParameters
- _packedLines
- Type: container
A container containing records from from PurchReqLine table.
- _errorCode
- Type: PurchReqLineProcessingErrorType Enumeration
The enum value in the PurchReqLineProcessingErrorType enum to retrieve.
- _errorDescription
- Type: FreeTxt Extended Data Type
The error description message
Community Additions
ADD
Show: