Table: Address (Alt. address)

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...
TR1AddrTableIdTable ID of the main tabletableIdIntegerShow
TR2AddrRecId---recIdIntegerShow
3LineNumLine NoLineNumRealShow
4typeAddress typeAddressTypeEnumShow
5NameNameNameStringShow
6AddressAddressAddressingStringShow
7PhoneTelephonePhoneStringShow
8TeleFaxFaxTeleFaxStringShow
TR FK9CountryCountryCountryIdStringShow
10DEL_SWIFTNumberSWIFT codeSWIFTNoStringShow
FK11ZipCodePostal (Zip) codeZipCodeIdStringShow
TR12StateStateStateIdStringShow
TR13CountyCountyCountyIdStringShow
14TelexTelex numberTelexStringShow
15URLWWW addressURLStringShow
16PhoneLocalExtensionPhoneLocalStringShow
17CellularPhoneMobile phonePhoneMobileStringShow
18EmailE-mailEmailStringShow
FK19TaxGroupSales tax groupTaxGroupStringShow
20CityCityCityStringShow
21StreetStreet nameAddressingStreetStringShow
22PagerPagerPagerStringShow
23SMSSMSSMSStringShow
TR24RefZipCodeReferenceRefRecIdIntegerShow

Table Relations

CompanyData
Address.AddrRecId == CompanyInfo.RecId
Address.AddrTableId == CompanyInfo.TableId
County
Address.Country == County.CountryId
Address.State == County.StateId
Address.County == County.CountyId
CustTable
Address.AddrRecId == CustTable.RecId
Address.AddrTableId == CustTable.TableId
HRMOrganization
Address.AddrTableId == HRMOrganization.TableId
Address.AddrRecId == HRMOrganization.RecId
InventLocation
Address.AddrRecId == InventLocation.RecId
Address.AddrTableId == InventLocation.TableId
ProjTable
Address.AddrRecId == ProjTable.RecId
Address.AddrTableId == ProjTable.TableId
SalesTable
Address.AddrRecId == SalesTable.RecId
Address.AddrTableId == SalesTable.TableId
smmQuotationTable
Address.AddrTableId == smmQuotationTable.TableId
Address.AddrRecId == smmQuotationTable.RecId
smmRelationTable
Address.AddrTableId == smmRelationTable.TableId
Address.AddrRecId == smmRelationTable.RecId
State
Address.Country == State.CountryId
Address.State == State.StateId
VendTable
Address.AddrRecId == VendTable.RecId
Address.AddrTableId == VendTable.TableId
WMSBillOfLading
Address.AddrRecId == WMSBillOfLading.RecId
Address.AddrTableId == WMSBillOfLading.TableId
ZipCode
Address.RefZipCode == ZipCode.RecId

Overridden System Defined Methods

public void modifiedField(fieldId _fieldId)

Public Static Methods

static boolean exist(tableId tableId, recId recId, AddressType addressType)
static Address find(tableId tableId, recId recId, AddressType addressType, boolean update = false)
static Address findRecId(recId recId, boolean update = false)
public static Addressing formatAddress(AddressingStreet _street, ZipCodeId _zipcode, City _city, CountryId _country, StateId _state, CountyId _county)

Public Instance Methods

public AxAddress axAddress()
container loadAddressType(tableId tableId, recId recId, Integer type)
display AddressTableName tableRelationName()

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.