📚 SAP Business One SDK Help

GetChangeLog Method
See Also 
pIGetChangeLogParams

The key of the change log to retrieve.

Description

Retrieves a change log.

The change log is specified by its key, which is contained in the GetChangeLogParams object passed to the method.

Syntax

Visual Basic
Public Function GetChangeLog( _
   ByVal pIGetChangeLogParams As GetChangeLogParams _
) As ChangeLogsParams

Parameters

pIGetChangeLogParams

The key of the change log to retrieve.

See Also