📚 SAP Business One SDK Help

AddSeries Method
See Also 
pISeries

Specifies the Series you want to add.

Description

Adds a new Series to the series Service and returns the SeriesParams identification key.

Syntax

Visual Basic
Public Function AddSeries( _
   ByVal pISeries As Series _
) As SeriesParams

Parameters

pISeries

Specifies the Series you want to add.

Example

See Also