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.
Implements logic for adding error messages.
Syntax
public SalesCreateReleaseOrderLog errorTextHandling(
SalesCreateReleaseOrderLog _errorText,
Exception _exception,
[boolean _writeToInInfolog])
Run On
Called
Parameters
- _errorText
Type: SalesCreateReleaseOrderLog Extended Data Type
A string value that holds the error message.
- _exception
Type: Exception Enumeration
An enumeration value of type Exception that holds the exception type.
- _writeToInInfolog
Type: boolean
A Boolean value that indicates whether the error message should be added to the infologobject.
Return Value
Type: SalesCreateReleaseOrderLog Extended Data Type
A string value that holds all error messages.