biuan SAP® BUSINESS ONE SDK
API Business Partner Properties Service

Description

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 property to a business partner as a flag.

To see the list of properties, select Select Administration --> Setup --> Business Partners --> Business Partner Properties.

Source table: OCQG

Object Model

Example

See Also

SAP® B1 DI-API C# definition

public class BusinessPartnerPropertiesServiceClass : IBusinessPartnerPropertiesService, BusinessPartnerPropertiesService { public extern BusinessPartnerPropertiesServiceClass(); public virtual extern BusinessPartnerProperty GetBusinessPartnerProperty( BusinessPartnerPropertyParams pIBusinessPartnerPropertyParams); public virtual extern BusinessPartnerPropertiesParams GetBusinessPartnerPropertyList(); public virtual extern object GetDataInterface( BusinessPartnerPropertiesServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern void UpdateBusinessPartnerProperty( BusinessPartnerProperty pIBusinessPartnerProperty); }

Related information


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 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


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