CR
CRShippingAddress
Represents a shipping address that a user specifies in a document such as an opportunity's shipping address. A CRShippingAddress record is a copy of the default location Address of the business account and can be used to override the address specified in the document. A CRShippingAddress record is independent from changes to the original Address record.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AddressID | int | Address ID | - | |
Description:The unique integer identifier of the record. This field is the key field. | ||||
AddressLine1 | nvarchar(70) | Address Line 1 | - | |
Description:The first line of the street address. | ||||
AddressLine2 | nvarchar(70) | Address Line 2 | - | |
Description:The second line of the street address. | ||||
AddressLine3 | nvarchar(70) | Address Line 3 | - | |
Description:The third line of the street address. | ||||
BAccountAddressID | int | Address | ||
Description:The identifier of the Address record from the referenced BAccountID record. This field corresponds to the BAccount.DefAddressID field. | ||||
BAccountID | int | BAccount | ||
Description:The identifier of the BAccount record that is specified in the business account to which the address belongs. Corresponds to the BAccount.BAccountID field. | ||||
BuildingName | nvarchar(35) | Building Name | - | |
Description:Name of the building or house (ISO 20022). | ||||
BuildingNumber | nvarchar(16) | Building Number | - | |
Description:Number that identifies the position of a building on a street (ISO 20022). | ||||
City | nvarchar(50) | City | - | |
Description:The name of the city or inhabited locality. | ||||
CountryID | nvarchar(100) | Country | Country | |
Description:The identifier of the Country record. Corresponds to the Country.CountryID field. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
Department | nvarchar(70) | Department | - | |
Description:Identification of a division of a large organization or building (ISO 20022). | ||||
DistrictName | nvarchar(35) | District Name | - | |
Description:Identifies a subdivision within a country sub-division (ISO 20022). | ||||
Floor | nvarchar(70) | Floor | - | |
Description:Floor or storey within a building (ISO 20022). | ||||
IsDefaultAddress | bit | Default Customer Address | - | |
Description:If set to true, the field indicates that the address record is identical to the original Address record that is referenced by BAccountAddressID. The default value is false. | ||||
IsValidated | bit | Validated | - | |
Description:If set to true, the field indicates that the address has been successfully validated by Acumatica ERP. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
Latitude | decimal | Latitude | - | |
Description:The latitude coordinates that are entered for a location if the location does not contain the postal address or the postal address cannot be validated. The field value is filled using the Google or Bing lookup. | ||||
Longitude | decimal | Longitude | - | |
Description:The longitude coordinates that are entered for a location if the location does not contain the postal address or the postal address cannot be validated. The field value is filled using the Google or Bing lookup. | ||||
NoteID | uniqueidentifier | - | ||
Description:No description available | ||||
OverrideAddressNonexistent in DB | bool? | Override Address | - | |
Description:If set to true, the field indicates that the address overrides the default Address record, that is referenced by BAccountAddressID. This field is the inverse of IsDefaultAddress. | ||||
PostBox | nvarchar(16) | Post Box | - | |
Description:Numbered box in a post office, assigned to a person or organisation, where letters are kept until called for (ISO 20022). | ||||
PostalCode | nvarchar(20) | Postal Code | - | |
Description:The postal code part of the address. | ||||
PseudonymizationStatus | int | Pseudonymized | - | |
Description:No description available | ||||
RevisionID | int | - | ||
Description:The revision ID of the original record. | ||||
Room | nvarchar(70) | Room | - | |
Description:Floor or storey within a building (ISO 20022). | ||||
State | nvarchar(50) | State | State | |
Description:The string identifier of the state or province part of the address. Corresponds to the State.StateID field. | ||||
StreetName | nvarchar(70) | Street Name | - | |
Description:Name of a street or thoroughfare (ISO 20022). | ||||
SubDepartment | nvarchar(70) | Subdepartment | - | |
Description:Identification of a sub-division of a large organization or building (ISO 20022). | ||||
TownLocationName | nvarchar(35) | Town Location Name | - | |
Description:Specific location name within the town (ISO 20022). | ||||
UnitNumber | nvarchar(16) | Unit Number | - | |
Description:Identifies a flat or dwelling within the building (ISO 20022). | ||||
tstamp | timestamp | - | ||
Description:No description available | ||||