📚 SAP Business One SDK Help

GetByParams Method
See Also 
pITaxReplStateSubParams

The key of the tax replacement state subscription data to retrieve.

Description

Retrieves tax replacement state subscription data.

The tax replacement state subscription data is specified by its key, which is contained in the TaxReplStateSubParams object passed to the method.

Syntax

Visual Basic
Public Function GetByParams( _
   ByVal pITaxReplStateSubParams As TaxReplStateSubParams _
) As TaxReplStateSubData

Parameters

pITaxReplStateSubParams

The key of the tax replacement state subscription data to retrieve.

See Also