PurchReqLineProcessingError::logProcessingError Method
Logs the processing error of a purchase requisition line into the PurchReqLineProcessingError table.
Syntax
client server public static void logProcessingError(
RecId _purchReqLineId,
PurchReqLineProcessingErrorType _type,
PurchReqLineProcessingErrorDescription _description)
Run On
Called
Parameters
- _purchReqLineId
Type: RecId Extended Data Type
The record ID in the PurchReqLine table.
- _type
Type: PurchReqLineProcessingErrorType Enumeration
The processing error type.
- _description
Type: PurchReqLineProcessingErrorDescription Extended Data Type
The processing error description.