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† |
A restriction specifying a range of requisition numbers. |
|
Status† |
A list restriction specifying the status of requisition. |
|
CompanyKey† |
A string restriction specifying the company ID of a requisition. |
|
OpeningDate |
A date/time restriction specifying a range of dates to include when identifying when a requisition opened. |
|
InternalPostDate |
A date/time restriction specifying a range of dates to include when identifying when a requisition opened to internal candidates. |
|
InternalCloseDate |
A date/time restriction specifying a range of dates to include when identifying when a requisition closed to internal candidates. |
|
ManagerKey |
A string restriction specifying the ID of a manager. |
|
LastModifiedDate |
A date/time restriction specifying the dates that requisition information was last updated. |