biuan SAP® BUSINESS ONE SDK
API Business Partner Properties Service / Get Business Partner Property List

Description

Retrieves the keys and names of all the business partner properties.

Syntax

Example

Getting a list of business partner properties (C#)
try { BusinessPartnerPropertiesParams getParams; getParams = oBPPropSrv.GetBusinessPartnerPropertyList(); String resultSet = ""; foreach (BusinessPartnerPropertyParams record in getParams) { resultSet = resultSet + record.PropertyCode + "\t" + record.PropertyName + "\n"; } Interaction.MsgBox(resultSet, (Microsoft.VisualBasic.MsgBoxStyle)(0), null); } catch (Exception ex) { Interaction.MsgBox(ex.Message, (Microsoft.VisualBasic.MsgBoxStyle)(0), null); }

See Also

Related information


Business Partner Properties Params BusinessPartnerPropertiesParams Collection
A collection of BusinessPartnerPropertyParams objects.
   Parent: Business Partner Properties Service BusinessPartnerPropertiesService Service· Table: OCQG

Business Partner Property BusinessPartnerProperty Object· Table: OCQG
Represents a business partner property that can be assigned to a business partner. Source table: OCQG Mandatory properties: PropertyName
   Parent: Business Partner Properties Service BusinessPartnerPropertiesService Service· Table: OCQG

Business Partner Property Params BusinessPartnerPropertyParams Object
Holds the key and name of a business partner property.  This object is used to pass keys to and retrieve keys from BusinessPartnerPropertiesService methods.
   Parent: Business Partner Properties Service BusinessPartnerPropertiesService Service· Table: OCQG

Business Partner Properties Service Data Interfaces BusinessPartnerPropertiesServiceDataInterfaces Enumeration
BusinessPartnerPropertiesService data interfaces.
   Parent: Business Partner Properties Service BusinessPartnerPropertiesService Service· Table: OCQG

Business Partner Properties Service BusinessPartnerPropertiesService Service· Table: OCQG
The BusinessPartnerPropertiesService service enables you to update and look up business partner properties in the business partner properties master data table. There are 64 properties. You can set the name of each property, and assign each...



SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates