📚 SAP Business One SDK Help

BarCodesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a bar code.
Public Method DeleteDeletes an existing bar code.
Public Method GetRetrieves a bar code.

The bar code is specified by its key, which is contained in the BarCodeParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the BarCodesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the BarCodeParamsCollection data collection that identifies all bar codes.
Public Method UpdateUpdates an existing bar code.

See Also