📚 SAP Business One SDK Help

GetNCMCodeSetup Method
See Also 
pINCMCodeSetupParams

The key of the NCM code to retrieve.

Description

Retrieves an NCM code.

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

Syntax

Visual Basic
Public Function GetNCMCodeSetup( _
   ByVal pINCMCodeSetupParams As NCMCodeSetupParams _
) As NCMCodeSetup

Parameters

pINCMCodeSetupParams

The key of the NCM code to retrieve.

Return Type

The NCM code with the specified key.

Example

See Also