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.
Property |
Type |
Description |
---|---|---|
Id† |
A string restriction specifying the ID of the vendor. |
|
Name† |
A string restriction specifying the name of the vendor. |
|
ClassId† |
A string restriction specifying the class associated with the vendor. |
|
IsOnHold |
A boolean restriction specifying the hold status of the vendor. |
|
IsActive |
A boolean restriction specifying the active status of the vendor. |
|
IsOneTime |
A boolean restriction specifying whether the vendor is short-term. |
|
State† |
A string restriction specifying the state for the vendor. |
|
PhoneNumber |
A string restriction specifying the phone number of the vendor. |
|
CreatedDate |
A date/time restriction specifying the date the vendor was created. |
|
ModifiedDate |
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 |
A property in criteria used to determine the level of filtering to be used when returning vendor data. |