📚 SAP Business One SDK Help

Country Property
See Also 

Description

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

Field name: Country.

Length: 3 characters.

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

Property type

Read-write property

Syntax

Visual Basic
Public Property Country() 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 MailCountry property.

See Also