📚 SAP Business One SDK Help

County Property
See Also 

Description

Sets or returns the county of the Bill To address, which is the address of the physical location of the business partner.

Field name: County.

Length: 100 characters.

This is a foreign key to the States table (OCST - not exposed through the DI API).

Property type

Read-write property

Syntax

Visual Basic
Public Property County() As String

Remarks

Use this property only if the physical address is different from the Ship To address (mailing address). If you do not set this property, when adding a new business partner card, SAP Business One will copy the data from the MailCounty property.

See Also