📚 SAP Business One SDK Help

Update Method
See Also 
pISpecificWTHAmounts
The data for the specific WTax amounts to be updated. The SpecificWTHAmounts object must contain the key of the object to be updated.

Description

The data for the specific WTax amounts, including the key of the specific WTax amounts to be updated, is contained in the SpecificWTHAmounts object passed to the method. To update a specific WTax amounts, you must first retrieve it using the Get method.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pISpecificWTHAmounts As SpecificWTHAmounts _
) 

Parameters

pISpecificWTHAmounts
The data for the specific WTax amounts to be updated. The SpecificWTHAmounts object must contain the key of the object to be updated.

See Also