📚 SAP Business One SDK Help

Update Method
See Also 
pICampaign
The data for the campaign to be updated. The Campaign object must contain the key of the object to be updated.

Description

Updates an existing campaign.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pICampaign As Campaign _
) 

Parameters

pICampaign
The data for the campaign to be updated. The Campaign object must contain the key of the object to be updated.

See Also