📚 SAP Business One SDK Help

ResourcesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new resource.
Public Method CreateLinkedItemCreates a non-inventory item that links to the resource.
Public Method DeleteDeletes an existing resource.
Public Method GetRetrieves a resource.

The resource is specified by its key, which is contained in the ResourceParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the ResourcesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the ResourceParamsCollection data collection that identify all resources.
Public Method UpdateUpdates an existing resource. 

The data for the resource, including the key of the resource to be updated, is contained in the Resource object passed to the method. To update a resource, you must first retrieve it using the Get method.

See Also