Description
A collection of BusinessPartnerPropertyParams objects.
| |||
API Business Partner Properties Service / Business Partner Properties Params | |||
Business Partner Properties Params Collection
SAP® B1 DI-API C# definitionpublic class BusinessPartnerPropertiesParamsClass : IBusinessPartnerPropertiesParams, BusinessPartnerPropertiesParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern BusinessPartnerPropertiesParamsClass();
public virtual extern BusinessPartnerPropertyParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern BusinessPartnerPropertyParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationBusiness Partner Properties Service Data Interfaces BusinessPartnerPropertiesServiceDataInterfaces Enumeration BusinessPartnerPropertiesService data interfaces. ![]() 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 ![]() 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. ![]() 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 |