📚 SAP Business One SDK Help

CertificateSeriesService Object Members
See Also  Overview 

Public Methods

Public Method AddCertificateSeriesAdds a branch.
Public Method DeleteCertificateSeriesDeletes an existing certificate series.

The certificate series is specified by its key (AbsId), which is contained in the CertificateSeriesParams object passed to the method.

Public Method GetCertificateSeriesRetrieves a specific certificate series.

The certificate series is specified by its key (AbsId), which is contained in the CertificateSeriesParams object passed to the method.

Public Method GetCertificateSeriesListRetrieves the keys and names of all the certificate series.
Public Method GetDataInterfaceCreates an empty data structure for use with the CertificateSeriesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method UpdateCertificateSeriesUpdates an existing certificate series.

The data for the certificate series, including the key of the certificate series to be updated, is contained in the CertificateSeries passed to the method. To update a certificate series, you must first retrieve it using the GetCertificateSeries method.

See Also