📚 SAP Business One SDK Help

GetLastErrorDescription Method
See Also 

Description

Retrieves the description of the last error issued by any object related to the Company object.

Syntax

Visual Basic
Public Function GetLastErrorDescription() As String

Remarks

You can use this method, instead of GetLastError, for development technologies that do not support return value as an Out parameter, such as ASP.

See Also