📚 SAP Business One SDK Help

ProfitCentersService Object Members
See Also  Overview 

Public Methods

Public Method AddProfitCenterAdds a profit center.
Public Method DeleteProfitCenterDeletes an existing profit center.

The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the ProfitCentersService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetProfitCenterRetrieves a profit center.

The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method.

Public Method GetProfitCenterListRetrieves the keys and names of all the profit centers.
Public Method UpdateProfitCenterUpdates an existing profit center.

The data for the profit center, including the key of the profit center to be updated, is contained in the ProfitCenter object passed to the method. To update a profit center, you must first retrieve it using the GetProfitCenter method.

See Also