📚 SAP Business One SDK Help

GetChangeLogDifferences Method
See Also 
pIShowDifferenceParams

The key of the change log differences to retrieve.

Description

Retrieves the differences between two change logs.

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

Syntax

Visual Basic
Public Function GetChangeLogDifferences( _
   ByVal pIShowDifferenceParams As ShowDifferenceParams _
) As ChangeLogDifferencesParams

Parameters

pIShowDifferenceParams

The key of the change log differences to retrieve.

See Also