📚 SAP Business One SDK Help

GetDNFCodeSetup Method
See Also 
pIDNFCodeSetupParams

The key of the DNF code to retrieve.

Description

Retrieves a DNF code.

The DNF code is specified by its key (AbsEntry), which is contained in the DNFCodeSetupParams object passed to the method.

Syntax

Visual Basic
Public Function GetDNFCodeSetup( _
   ByVal pIDNFCodeSetupParams As DNFCodeSetupParams _
) As DNFCodeSetup

Parameters

pIDNFCodeSetupParams

The key of the DNF code to retrieve.

Return Type

The DNF code with the specified key.

Example

See Also