Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.