📚 SAP Business One SDK Help

TargetGroupsDetail Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property ActiveStatusThe status of the business partner.

Field name: validFor.

Public Property AddressThe address of the contact person.

Field name: Address.

Public Property BlockThe block of the contact person.

Field name: Block.

Length: 100 characters.

Public Property BuildingThe building/floor/room of the contact person.

Field name: Building.

Length: 16 characters.

Public Property BusinessPartnerCodeThe code of the business partner.

Field name: CardCode.

Length: 15 characters.

Public Property BusinessPartnerNameThe name of the business partner.

Field name: CardName.

Length: 100 characters.

Public Property CityThe city of the contact person.

Field name: City.

Length: 100 characters.

Public Property ContactPersonThe default contact person of the business partner.

Field name: CntctPrsn.

Length: 50 characters.

Public Property CountryThe country of the contact person.

Field name: Country.

Length: 3 characters.

Public Property CountyThe county of the contact person.

Field name: County.

Length: 100 characters.

Public Property E_MailThe E-mail of the contact person.

Field name: E_Mail.

Length: 100 characters.

Public Property FaxThe fax number of the contact person.

Field name: Fax.

Length: 50 characters.

Public Property GroupCodeThe group code of the business partner.

Field name: GroupCode.

Length: 20 characters.

Public Property IndustryThe industry of the business partner.

Field name: Industry.

Length: 16 characters.

Public Property MobilePhoneThe mobile phone of the contact person.

Field name: Cellolar.

Length: 50 characters.

Public Property PositionThe position of the contact person.

Field name: Position.

Length: 90 characters.

Public Property StateThe state of the contact person.

Field name: State.

Length: 3 characters.

Public Property StreetThe street of the contact person.

Field name: Street.

Length: 100 characters.

Public Property TargetGroupCodeThe code of the target group.

Field name: TargetCode.

Public Property TelephoneThe telephone number of the contact person.

Field name: Telephone.

Length: 50 characters.

Public Property TitleThe title of the contact person.

Field name: Title.

Length: 10 characters.

Public Property ZipCodeThe zipcode of the contact person.

Field name: ZipCode.

Length: 20 characters.

See Also