VendorAddressCriteria


Description

Specifies the criteria to use when retrieving a list of vendor address summary objects. Only vendor 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

VendorScope

A property in criteria used to determine the level of filtering to be used when returning vendor address data.

VendorAddressKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the vendor address object.

VendorKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the vendor.

PhoneNumber

LikeRestrictionOfString

A string restriction specifying a telephone number.

Address

LikeRestrictionOfString

A string restriction specifying address information.

City

LikeRestrictionOfString

A string restriction specifying a city.

State

LikeRestrictionOfString

A string restriction specifying a state.

PostalCode

LikeRestrictionOfString

A string restriction specifying a postal code.


Inherits from

Criteria


Documentation Feedback