Table Name: | address |
Table Number: | 47 |
Group: | Customer Mgr |
Description: | Address object, contains postal addresses |
Flags: | |
Baseline/Custom: | Baseline |
(double-click a column header to select column text)
Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
---|---|---|---|---|---|---|---|---|
address | CHAR | varchar | 200 | Line 1 of address which includes street number, street name, office, building, or suite number, etc | Search (29) | |||
address_2 | CHAR | varchar | 200 | Line 2 of address which typically includes office, building, or suite number, etc | Search (22) | |||
city | CHAR | varchar | 30 | The city for the specified address | Search (38) | |||
dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
objid | LONG | int | 3 | DIRECT | Internal record number | Search (32) | ||
state | CHAR | varchar | 40 | The state for the specified address | Search (34) | |||
update_stamp | CLK_TIME | datetime | 46 | ALLOW_NULL | Date/time of last update to the address | |||
zipcode | CHAR | varchar | 20 | The zip or other postal code for the specified address | Search (27) |
Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
---|---|---|---|---|---|---|---|
address2addr_ba_role | OTM | addr_ba_role | address_role2address | Billing arrangement for the address | |||
address2address_extn | OTOF | address_extn | address_extn2address | Address book using the address | |||
address2bus_addr_role | OTM | bus_addr_role | bus_addr_role2address | Business organizations associated with the address. Reserved | |||
bus_primary2bus_org | OTM | bus_org | bus_primary2address | Businss organizations having the address as their primary address. Reserved; not used. Get addresses via related sites | |||
address2case | OTM | case | case2address | Address used in case<s> | |||
bill_addr2contr_itm | OTM | contr_itm | bill_itm2address | Order items billed to this address | |||
bill_addr2contr_schedule | OTM | contr_schedule | bill_addr2address | Contract/quote schedules billed to this address | |||
ship_addr2contr_schedule | OTM | contr_schedule | ship_addr2address | Contract/quote schedules shipped to this address | |||
address2country | MTO | country | country2address | Country for address | Search (32) | ||
address2per_addr_role | OTM | per_addr_role | per_addr_role2address | Persons associated with the address | |||
primary_addr2site | OTM | site | cust_primaddr2address | Site primary address | |||
ship_addr2site | OTM | site | cust_shipaddr2address | Site ship to address | |||
bill_addr2site | OTM | site | cust_billaddr2address | Site bill to address | |||
addr2site_addr_role | OTM | site_addr_role | site_add_role2address | Sites associated with the address | |||
address2state_prov | MTO | state_prov | state_prov2address | State or province for address | Search (5) | ||
address2time_zone | MTO | time_zone | time_zone2address | Time zone where address is located | Search (6) |
Index Name | Fields | Flags |
---|
Index Name | Fields | Additional Information |
---|---|---|
ind_address_city | city, state | nonclustered located on PRIMARY |
ind_address_state | state | nonclustered located on PRIMARY |
ind_address2country | address2country | nonclustered located on PRIMARY |
ind_address2state_prov | address2state_prov | nonclustered located on PRIMARY |
objindex | objid | clustered, unique located on PRIMARY |
address | |||