📚 SAP Business One SDK Help

Update Method
See Also 
pIPartnersSetup
The data for the partner to be updated. The PartnersSetup object must contain the key of the object to be updated.

Description

Updates an existing partner.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIPartnersSetup As PartnersSetup _
) 

Parameters

pIPartnersSetup
The data for the partner to be updated. The PartnersSetup object must contain the key of the object to be updated.

See Also