HRRequisition


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

PositionKey

N/A

N/A

A key that uniquely identifies a position.

ManagerKey

ManagerKey

N/A

N/A

A key that uniquely identifies a manager.

RequisitionNumber

HRRequisitionNumberKey

N/A

N/A

A key that uniquely identifies a requistion.

Status

HRRequisitionStatus

N/A

N/A

An HRRequisitionStatus enumeration value specifying the status of the requisition.

DepartmentKey

DepartmentKey

N/A

N/A

A key that uniquely identifies a department.

DivisionKey

DivisionKey

N/A

N/A

A key that uniquely identifies a division.

SupervisorKey

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

HRRequisitionPostingType

N/A

N/A

An HRRequisitionPostingType enumeration value specifying whether the position is open to internal or external candidates.

AdvertisingList

HRRequisitionAdvertisingList

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

HRRequisitionCosts

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.


Inherits from

BusinessObject


Documentation Feedback