📚 SAP Business One SDK Help

GetDunningTerm Method
See Also 
pIDunningTermParams

The key of the dunning term to retrieve.

Description

Retrieves a dunning term.

The dunning term is specified by its key (TermCode), which is contained in the DunningTermParams object passed to the method.

Syntax

Visual Basic
Public Function GetDunningTerm( _
   ByVal pIDunningTermParams As DunningTermParams _
) As DunningTerm

Parameters

pIDunningTermParams

The key of the dunning term to retrieve.

Return Type

The dunning term with the specified key.

Example

See Also