Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Defines the properties for a job requisition in Microsoft Dynamics GP.
Properties
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
CompanyCode |
string |
5 |
N/A |
A string that specifies the company ID. |
PositionKey |
N/A |
N/A |
A key that uniquely identifies a position. |
|
ManagerKey |
N/A |
N/A |
A key that uniquely identifies a manager. |
|
RequisitionNumber |
N/A |
N/A |
A key that uniquely identifies a requistion. |
|
Status |
N/A |
N/A |
An HRRequisitionStatus enumeration value specifying the status of the requisition. |
|
DepartmentKey |
N/A |
N/A |
A key that uniquely identifies a department. |
|
DivisionKey |
N/A |
N/A |
A key that uniquely identifies a division. |
|
SupervisorKey |
N/A |
N/A |
A key that uniquely identifies the supervisor. |
|
InternalPostDate |
dateTime |
N/A |
Empty |
Specifies the date the job was opened to internal candidates. |
InternalCloseDate |
dateTime |
N/A |
Empty |
Specifies the date the job was closed to internal candidates. |
OpeningDate |
dateTime |
N/A |
Empty |
Specifies the date the requisition was opened. |
Recruiter |
string |
N/A |
Empty |
Specifies the name of the recruiter associated with the requisition. |
JobPostingType |
N/A |
N/A |
An HRRequisitionPostingType enumeration value specifying whether the position is open to internal or external candidates. |
|
AdvertisingList |
N/A |
N/A |
An HRRequisitionAdvertisingList object that provides information about where the job is advertised. |
|
PositionsAvailable |
int |
N/A |
0 |
Specifies the total number of positions for the requisition. |
PositionsFilled |
int |
N/A |
0 |
Specifies the number of filled positions. |
ApplicantsApplied |
int |
N/A |
0 |
Specifies the total number of applicants for the position. |
ApplicantsInterviewed |
int |
N/A |
0 |
Specifies the number of applicants interviewed. |
RequisitionCosts |
N/A |
N/A |
An HRRequisitionCosts object that provides additional information about costs associated with the requisition. |
|
LastModifiedBy |
string |
15 |
Empty |
The user who last modified the requisition. This property is read-only. |
LastModifiedDate |
dateTime |
N/A |
N/A |
The date the requisition was last modified. The value is in Coordinated Universal Time (UTC). This property is read-only. |