customeraddress Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Represents the address and shipping information for a customer. This entity is used to store additional addresses for an account.
For a list of methods and messages that operate on this class, see Address Entity Capabilities.
The customeraddress class inherits from BusinessEntity. It exposes the following members.
Constructor | Description |
customeraddress | Initializes a new instance of the customeraddress class. |
Instance Property | Description |
addressnumber | Gets or sets which customer address table is applicable. |
addresstypecode | Gets or sets the type of address for the customer, such as billing, shipping, or primary. |
city | Gets or sets the city name in the customer address. |
country | Gets or sets the country/region name in the customer address. |
county | Gets or sets the county name in the customer address. |
createdby | Gets the ID of the user who created the customer address. |
createdon | Gets the date and time when the customer address was created. |
createdonbehalfby | Gets the ID of the proxy user who created the customer address record. |
customeraddressid | Gets or sets the ID of the customer address. |
fax | Gets or sets the fax number for the customer address. |
freighttermscode | Gets or sets the freight terms for the customer address. |
importsequencenumber | Gets or sets the ID for the data import or data migration that created this record. |
latitude | Gets or sets the latitude for the customer address. |
line1 | Gets or sets the first line for entering address information. |
line2 | Gets or sets the second line for entering address information. |
line3 | Gets or sets the third line for entering address information. |
longitude | Gets or sets the longitude for the customer address. |
modifiedby | Gets the ID of the user who last modified the customer address. |
modifiedon | Gets the date and time when the customer address was last modified. |
modifiedonbehalfby | Gets the ID of the proxy user who last modified the customer address. |
name | Gets or sets the name used to identify the customer address. |
objecttypecode | Gets the type of entity with which the customer address is associated. |
overriddencreatedon | Gets or sets the date and time that the record was migrated. |
owningbusinessunit | Gets the ID of the business unit that owns the customer address. |
owninguser | Gets the ID of the user who owns the customer address. |
parentid | Gets or sets the ID of the parent object with which the customer address is associated. |
postalcode | Gets or sets the ZIP code or postal code in the customer address. |
postofficebox | Gets or sets the post office box number in the customer address. |
primarycontactname | Gets or sets the name of the primary contact at the customer address. |
shippingmethodcode | Gets or sets the method of shipment for the customer address. |
stateorprovince | Gets or sets the state or province in the customer address. |
telephone1 | Gets or sets the first telephone number for the customer address. |
telephone2 | Gets or sets the second telephone number for the customer address. |
telephone3 | Gets or sets the third telephone number for the customer address. |
timezoneruleversionnumber | For internal use only. |
upszone | Gets or sets the United Parcel Service (UPS) zone for the address of the customer. |
utcconversiontimezonecode | Gets or sets the time zone code used when the record was created. |
utcoffset | Gets or sets the Coordinated Universal Time (UTC) offset for the address. This is the difference between local time and standard UTC. |
Remarks
For more information about entities and attributes, see Using the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.
Requirements
Namespace: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.