📚 SAP Business One SDK Help

PartnersSetupsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a partner.
Public Method DeleteDeletes an existing partner.
Public Method GetRetrieves a partner.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the PartnersSetupsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the PartnersSetupsParams data collection that identifies all partners.
Public Method UpdateUpdates an existing partner.

See Also