ApplicantInterview


Description

Provides interview information for a job applicant.

Properties

Property

Type

Length

Default

Description

CompanyCode

string

5

N/A

A string that specifies the company ID.

InterviewItems

ArrayOfApplicantInterviewItem

N/A

N/A

A collection of ApplicantInterviewItem objects that provide additional information about the interview.

ApplicantInterviewKey

ApplicantInterviewTypeKey

N/A

N/A

The key that uniquely identifies the applicant interview object.

EffectiveDate

dateTime

N/A

N/A

The date of the interview.

DepartmentKey

DepartmentKey

N/A

N/A

A key that uniquely identifies the department associated with the application.

DivisionKey

DivisionKey

N/A

N/A

A key that uniquely identifies the division associated with the applciation.

PositionKey

PositionKey

N/A

N/A

A key that specifies the position associated with the application.

ReviewRating

decimal

N/A

0

Specifies the score from the interview.

ReviewRange

int

N/A

N/A

Specifies the range associated with the rating.

WeightedScore

int

N/A

N/A

Specifies the weighted score from the interview.

TotalWeight

int

N/A

N/A

Specifies a weight value for the interview.

Notes

string

8000

Empty

Additional information associated with the interview.

InterviewTypeCode

int

N/A

N/A

Specifies the type of interview.

DeleteOnUpdate

boolean

N/A

False

Set this flag to True when calling the Update operation to remove applicant interview information.


Inherits from

BusinessObject


Documentation Feedback