The Address type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddressType |
Type of address (physical (deliver) or postal)
| |
| City |
Get/set city for this address - maximum 255 char - may have default
entered by global/regional settings
| |
| Country |
Get/set country for this address - maximum 255 char - may have default
entered by global/regional settings
| |
| CountryCode |
Get/set ISO country code for this country, maximum 2 characters
required for all non-US address lookups
| |
| Created | ||
| Creator | ||
| DeliveryAddress |
Get/set street address - maximum 255 char
| |
| FullAddress |
Get complete address as single string for display
following US / Canadian postal regulations recommendations:
DELIVERY ADDRESS
CITY/STATE/ZIP
COUNTRY
| |
| GlobalAddressID |
ID of the one and only Global object's address
(since a global object has no ID itself, this value is
used as the ID for it)
| |
| IsEmpty |
Address object is empty (not filled in)?
| |
| LatHemisphere |
Get/Set the Hemisphere of the current Latitude coordinate
(0 Latitude is always considered North for display purposes)
| |
| Latitude |
Latitude in decimal degrees
| |
| LatitudeText |
Latitude as text
SET: parses most text formats of different styles co-ordinates
GET: Returns text formatted as per global coordinate style setting
| |
| LongHemisphere |
Get/Set the Hemisphere of the current Longitude coordinate
(0 Longitude is always considered West for display purposes)
| |
| Longitude |
Longitude in decimal degrees
| |
| LongitudeText |
Longitude as text
SET: parses most text formats of different styles co-ordinates
GET: Returns text formatted as per global coordinate style setting
| |
| MapQuestURL |
Returns a valid MapQuest url for
opening a map of address in a web page
| |
| Modified | ||
| Modifier | ||
| Postal |
Get/set postal code or zip code for this address - maximum 255 char
| |
| RootObjectID |
ID of object this address belongs to
| |
| RootObjectType |
The root object type this address applies to
Valid settings are:
Unit, HeadOffice, Vendor, Client
Global or Region
| |
| StateProv |
Get/set state or province for this address - maximum 255 char - may
have default entered by global/regional settings
|