📚 SAP Business One SDK Help

Update Method
See Also 
pITaxReplStateSubData
The tax replacement state subscription data to be updated. The TaxReplStateSubData object must contain the key of the object to be updated.

Description

Updates existing tax replacement state subscription data.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pITaxReplStateSubData As TaxReplStateSubData _
) 

Parameters

pITaxReplStateSubData
The tax replacement state subscription data to be updated. The TaxReplStateSubData object must contain the key of the object to be updated.

See Also