📚 SAP Business One SDK Help

UpdateTaxCodeDetermination Method
See Also 
pITaxCodeDetermination
The data for the tax code determination rule to be updated. The TaxCodeDetermination object must contain the key of the object to be updated.

Description

Updates an existing tax code determination rule.

The data for the tax code determination rule, including the key of the tax code determination rule to be updated, is contained in the TaxCodeDetermination object passed to the method. To update a tax code determination rule, you must first retrieve it using the GetTaxCodeDetermination method.

Syntax

Visual Basic
Public Sub UpdateTaxCodeDetermination( _
   ByVal pITaxCodeDetermination As TaxCodeDetermination _
) 

Parameters

pITaxCodeDetermination
The data for the tax code determination rule to be updated. The TaxCodeDetermination object must contain the key of the object to be updated.

See Also