Share via


SalesCalcAvailableDlvDates.errorTextHandling Method [AX 2012]

Implements logic for adding error messages.

Syntax

public SalesCreateReleaseOrderLog errorTextHandling(
    SalesCreateReleaseOrderLog _errorText, 
    Exception _exception, 
   [boolean _writeToInInfolog])

Run On

Called

Parameters

  • _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.

See Also

Reference

SalesCalcAvailableDlvDates Class