Table: ZipCode (Postal (Zip) codes)

Label color codes
Label on fieldLabel on enum type
Label on extended data typeLabel on ancestor
Show table properties
Field Group:
P.idxKeyField Pos.FieldLabelExtended Data Type / Enum TypeTypeMore properties...
PK1ZipCodePostal (Zip) codeZipCodeIdStringShow
2CityCityCityStringShow
3StreetNameStreet nameStreetNameStringShow
4FromNumFromStreetNumIntegerShow
5ToNumToStreetNumIntegerShow
6EvenOddAll/Even/OddAllEvenOddEnumShow
TR7CountyCountyCountyIdStringShow
TR FK8CountryCountryCountryIdStringShow
TR9StateStateStateIdStringShow
10CityAliasSearch nameCityAliasStringShow

Table Relations

County
ZipCode.Country == County.CountryId
ZipCode.State == County.StateId
ZipCode.County == County.CountyId
State
ZipCode.Country == State.CountryId
ZipCode.State == State.StateId

Overridden System Defined Methods

void insert()
void update()
public boolean validateField(fieldId _p1)

Public Static Methods

static boolean exist(ZipCodeId _zipCode)
static ZipCode find(ZipCodeId _zipCode, boolean _forUpdate = false)
public static ZipCode findAddressMap(AddressMap _addressMap)
static ZipCode findBestMatch(AddressMap _addressMap)
static ZipCode findRecId(RecId _recId, boolean _forUpdate = false)
static ZipCode findZipCodeCity(ZipCodeId _zipCode, City _city, boolean _forUpdate = false)
static ZipCode findZipCodeCountry(ZipCodeId _zipCode, CountryId _countryId, boolean _forUpdate = false)
static str txtNotExist()
server static Integer zipCodeCount(ZipCodeId _zipCode, CountryId _country = "", City _city = "")
client static void zipCodeLookup(FormStringControl _zipCodeControl, Addressmap _addressMap, CompanyId _companyId = curExt())

Public Instance Methods

boolean BMNewRecord(BMTableFill _tableFill)
void setCityAlias()

Generated by Axapta Doc Generator v. 0.5.2 on 05 Dec 2006
Axapta Doc Generator is licensed under the MIT License. Axapta is a registered trademark of Microsoft Corporation.