CustomerAddressCriteria


Description

Specifies the criteria to use when retrieving a list of customer address summary objects. Only customer address summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

Scope

CustomerScope

A CustomerScope enumeration value that specifies the level of filtering to use when returning customer data.

SalesPersonKeyId

LikeRestrictionOfString

A string restriction specifying the ID of a salesperson.

SalesTerritoryKeyId

LikeRestrictionOfString

A string restriction specifiying the ID of the sales territory.

CustomerAddressKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the customer address.

CustomerKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the customer.

PhoneNumber

LikeRestrictionOfString

A string restriction specifying a telephone number.

Address

LikeRestrictionOfString

A string restriction specifying an address value.

City

LikeRestrictionOfString

A string restriction specifying a city name.

State

LikeRestrictionOfString

A string restriction specifying the postal abbreviation of the state.

PostalCode

LikeRestrictionOfString

A string restriction specifying a postal code.


Inherits from

Criteria


Documentation Feedback