📚 SAP Business One SDK Help

UpdateBankChargesAllocationCode Method
See Also 
pIBankChargesAllocationCode

The data for the bank charges allocation code to be updated. The BankChargesAllocationCode object must contain the key of the object to be updated.

Description

Updates an existing bank charges allocation code.

The data for the bank charges allocation code, including the key of the bank charges allocation code to be updated, is contained in the BankChargesAllocationCode object passed to the method. To update a bank charges allocation code, you must first retrieve it using the GetBankChargesAllocationCode method.

Syntax

Visual Basic
Public Sub UpdateBankChargesAllocationCode( _
   ByVal pIBankChargesAllocationCode As BankChargesAllocationCode _
) 

Parameters

pIBankChargesAllocationCode

The data for the bank charges allocation code to be updated. The BankChargesAllocationCode object must contain the key of the object to be updated.

See Also