📚 SAP Business One SDK Help

BusinessPartnerPropertiesService Object Members
See Also  Overview 

Public Methods

Public Method GetBusinessPartnerPropertyRetrieves a business partner property.

The business partner property is specified by its key (GroupCode), which is contained in the BusinessPartnerPropertyParams object passed to the method.

Public Method GetBusinessPartnerPropertyListRetrieves the keys and names of all the business partner properties.
Public Method GetDataInterfaceCreates an empty data structure for use with the BusinessPartnerPropertiesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method UpdateBusinessPartnerPropertyUpdates an existing business partner property.

The data for the business partner property, including the key of the business partner property to be updated, is contained in the BusinessPartnerProperty object passed to the method. To update a business partner property, you must first retrieve it using the GetBusinessPartnerProperty method.

See Also