Applicant


Description

Defines a job applicant for Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

IsDisabledVeteran

boolean

N/A

N/A

Specifies whether the applicant is a disabled verteran.

SequenceKey

SequenceKey

N/A

N/A

The SequenceKey object that uniquely identifies the line sequence number for the applicant.

Address

ApplicantAddress

N/A

N/A

An applicant address object the specifies the applicant address information.

TaxIdentifier

string

15

N/A

A string that specfies the tax identification number for the applicant.

FirstName

string

15

N/A

The first name of the applicant.

LastName

string

20

N/A

The last name of the applicant.

MiddleName

string

15

Empty

The middle name of the applicant.

DateApplied

dateTime

N/A

N/A

The date of the application.

HRRequisistionKey

HRRequisitionNumberKey

N/A

N/A

A key that uniquely specifies the requisition associated with the applicant.

CompanyCode

string

5

N/A

A string that specifies the company ID.

DivisionKey

DivisionKey

N/A

N/A

The DivisionKey object that uniquely identifies the division associated with the applicant.

DepartmentKey

DepartmentKey

N/A

N/A

The DepartmentKey object that uniquely identifies the department associated with the applicant.

PositionKey

PositionKey

N/A

N/A

The PositionKey object that uniquely identifies the position associated with the applicant.

Location

string

15

Empty

Specifies location information for the applicant.

ApplicationStatus

ApplicationStatus

N/A

0

An ApplicationStatus enumeration value that specifies the current status of the application.

RejectionInformation

ApplicationRejectionInformation

N/A

N/A

A RejectionInformation enumeration value that specifies the reason the applicant was rejected.

IsWillRelocate

boolean

N/A

N/A

Specifies whether the applicant requires relocation.

IsReplyLetterSent

boolean

N/A

N/A

Specifies whether a reply letter was sent to the applicant.

ApplicationColor

ApplicationColor

N/A

N/A

The ApplicationColor enumeration value that associates a color with the application.

ReferenceInformation

ApplicationReferenceInformation

N/A

N/A

An ApplicationReferenceInformation object that provides reference information for the applicant.

Gender

Gender

N/A

N/A

A Gender enumeration value that specifies the gender of the applicant.

Ethnicity

Ethnicity

N/A

N/A

An Ethnicity enumeration value that specifies the ethnic origin of the applicant.

IsDisabled

boolean

N/A

N/A

Specifies whether the applicant is disabled.

IsVeteran

boolean

N/A

N/A

Specifies whether the applicant is a military veteran.

IsVietnamEraVeteran

boolean

N/A

N/A

Specifies whether the applicant is a veteran of the the Vietnam war.

IsOtherVeteran

boolean

N/A

N/A

Specifies whether the applicant qualifies as a veteran.

AgeCode

AgeCode

N/A

N/A

An AgeCode enumeration value that specifies the age category of the applicant.

Applications

ArrayOfApplicantApplication

N/A

N/A

A collection of application information associated with the applicant.

Skills

ArrayOfApplicantSkill

N/A

N/A

A collection of job skill information associated with the applicant.

References

ArrayOfApplicantReference

N/A

N/A

A collection of job references for the applicant.

Schools

ArrayOfApplicantEducation

N/A

N/A

A collection of education information associated with the applicant.

Tests

ArrayOfApplicantTest

N/A

N/A

A collection of job test information associated with the applicant.

Interviews

ArrayOfApplicantInterview

N/A

N/A

A collection of interview information associated with the applicant.

PreviousEmployers

ArrayOfApplicantWorkHistory

N/A

N/A

A collection of work history information associated with the applicant.

ApplicantKey

ApplicantKey

N/A

N/A

A key that uniquely identifies the applicant.

LastModifiedBy

string

N/A

N/A

The user who last modified the transaction. This property is read-only.

LastModifiedDate

dateTime

N/A

N/A

The date the application was last modified. The value is in Coordinated Universal Time (UTC). This property is read-only.


Inherits from

BusinessObject


Documentation Feedback