📚 SAP Business One SDK Help

UpdatePaymentBlock Method
See Also 
pIPaymentBlock

The data for the payment block to be updated. The PaymentBlock object must contain the key of the object to be updated.

Description

Updates an existing payment block.

The data for the payment block, including the key of the payment block to be updated, is contained in the PaymentBlock object passed to the method. To update a payment block, you must first retrieve it using the GetPaymentBlock method.

Syntax

Visual Basic
Public Sub UpdatePaymentBlock( _
   ByVal pIPaymentBlock As PaymentBlock _
) 

Parameters

pIPaymentBlock

The data for the payment block to be updated. The PaymentBlock object must contain the key of the object to be updated.

See Also