HRRequisitionCriteria


Description

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

Properties

Property

Type

Description

RequisitionNumber

BetweenRestrictionOfNullableOfInt32

A restriction specifying a range of requisition numbers.

Status

ListRestrictionOfNullableOfHRRequisitionStatus

A list restriction specifying the status of requisition.

CompanyKey

LikeRestrictionOfString

A string restriction specifying the company ID of a requisition.

OpeningDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying a range of dates to include when identifying when a requisition opened.

InternalPostDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying a range of dates to include when identifying when a requisition opened to internal candidates.

InternalCloseDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying a range of dates to include when identifying when a requisition closed to internal candidates.

ManagerKey

LikeRestrictionOfString

A string restriction specifying the ID of a manager.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the dates that requisition information was last updated.


Inherits from

Criteria


Documentation Feedback