📚 SAP Business One SDK Help

Counties Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes the current record.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CodeSets or returns the county code.

Field name: Code.

Character length: 7.

Public Property CountrySets or returns the Country/Region.

Field name: Country.

Character length: 3.

Public Property GiaCodeSets or returns the GIA code.

Field name: GiaCode.

Character length: 10.

Public Property IbgeCodeSets or returns the IBGE code.

Field name: IbgeCode.

Character length: 10.

Public Property NameSets or returns the county name.

Field name: Name.

Character length: 100.

Public Property StateSets or returns the State.

Field name: State.

Character length: 3.

Public Property TaxZoneIndicates whether the county is a tax free zone.

Field name: TaxZone.

Character length: 1.

Public Property UserFieldsReturns the UserFields object.

See Also