{$page} Updated: 2009-09-21 Version: Control 4.4 Table Purpose, Usage, and Notes This table is used for the storage of all addresses used by the following objects: * Accounts (Customers, Vendors, Prospects) * Contacts * Transactions (Orders, Estimates, POs, RDs, Bills) * Store Information * Employee Information * GLAccount The formatted address is a multi-line memo that is usually used for reporting on on-screen display. It contains multiple lines and is formatted based on the standard US address format. A store option (ShowCountryField) allows the user to decide if the country is displayed in the formatted address or not. Information on Table Data * ClassTypeIDs Stores in Table: * 4001 - Address Table Structure ||~ Table.FieldName ||~ Data Type ||~ Description ||~ Links To || || Address.City || nvarchar(25) || || || || Address.ClassTypeID || int || Identifier for the Type of Object || || || Address.Country || nvarchar(25) || || || || Address.County || nvarchar(25) || || || || Address.FormattedText || text || Full address formatted for printing on a envelope. || || || Address.ID || int || Primary Key for the Table || [[sql_structure_-_account_table|Account]].BillingAddressID \\ [[sql_structure_-_account_table|Account]].ShippingAddressID \\ [[sql_structure_-_accountcontact_table|AccountContact]].BillingAddressID \\ [[sql_structure_-_accountcontact_table|AccountContact]].ShippingAddressID \\ [[sql_structure_-_accountcontact_table|AccountContact]].PaymentAddressID \\ [[sql_structure_-_employee_tableemployee|Employee]].AddressID \\ [[sql_structure_-_employee_tableemployee|Employee]].MailAddressID \\ [[sql_structure_-_employeegroup_tableemployeegroup|EmployeeGroup]].AddressID \\ [[sql_structure_-_glaccount_tableglaccount|GLAccount]].AddressID \\ [[sql_structure_-_store_tablestore|Store]].AddressID \\ [[sql_structure_-_store_tablestore|Store]].PickUpAddressID \\ [[sql_structure_-_transdetail_tabletransdetail|TransDetail]].ShippingAddressID \\ [[sql_structure_-_transdetail_tabletransdetail|TransDetail]].ShipFromAddressID \\ [[sql_structure_-_transheader_tabletransheader|TransHeader]].ShippingAddressID \\ [[sql_structure_-_transheader_tabletransheader|TransHeader]].ShipFromAddressID \\ [[sql_structure_-_transheader_tabletransheader|TransHeader]].InvoiceAddressID \\ || || Address.IsActive || bit || Not Used for This Table || || || Address.IsSystem || bit || Used to Mark Required Records || || || Address.IsValidated || bit || Determines if the address has been validated by Avatax. || || || Address.ModifiedByComputer || nvarchar(25) || HostName of computer that last modified this record || || || Address.ModifiedByUser || nvarchar(25) || Windows User who last modified this record || || || Address.ModifiedDate || datetime || DateTime this Record was last modified || || || Address.PostalCode || nvarchar(25) || || || || Address.SeqID || int || || || || Address.State || nvarchar(25) || || || || Address.StoreID || int || Not Used. || || || Address.StreetAddress1 || nvarchar(40) || || || || Address.StreetAddress2 || nvarchar(40) || || || || Address.TaxClassID || int || ID of the TaxClass when using address based tax lookup. || [[sql_structure_-_taxclass_tabletaxclass|TaxClass]].ID || || Address.ValidatedAddress || text || Full address formatted by the address validation. || || Related Tables [[sql_structure_-_addresslink_tableaddresslink_table|AddressLink Table]] See Also * Backlinks [[include_pagepage_componentbacklinks]]