VendorCriteria


Description

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

Id

BetweenRestrictionOfString

A string restriction specifying the ID of the vendor.

Name

LikeRestrictionOfString

A string restriction specifying the name of the vendor.

ClassId

LikeRestrictionOfString

A string restriction specifying the class associated with the vendor.

IsOnHold

RestrictionOfNullableOfBoolean

A boolean restriction specifying the hold status of the vendor.

IsActive

RestrictionOfNullableOfBoolean

A boolean restriction specifying the active status of the vendor.

IsOneTime

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the vendor is short-term.

State

LikeRestrictionOfString

A string restriction specifying the state for the vendor.

PhoneNumber

LikeRestrictionOfString

A string restriction specifying the phone number of the vendor.

CreatedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the vendor was created.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the vendor was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.

Scope

VendorScope

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


Inherits from

Criteria


Documentation Feedback