📚 SAP Business One SDK Help

PointsOfIssuesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a point of issue.
Public Method DeleteDeletes an existing point of issue.
Public Method GetRetrieves a point of issue. The point of issue is specified by its key, which is contained in the `PointOfIssueParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `PointsOfIssuesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `PointOfIssueParamsCollection` data collection that identifies all points of issue.
Public Method UpdateUpdates an existing point of issue.

See Also