Selerix Developer Tools
Applicants Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Applicants Field
List of Applicant.

Contains all the information about the applicant, such as applicant ID, work and home phone numbers, sex, employment and so forth. The Applicants property contains the following properties:

Property Name

Description

Format

Required?

Includes the applicant UniqueID, ID, EmployeeID and ForceChangePIN
AsOfDate The timestamp of the application.
Includes Type, such as "Personal".
Country The applicant's country.
Line1 The Line 1 address information for the applicant.
Line2 The Line 2 address information for the applicant.
City The city of the applicant.
State The state of the applicant.
Zip The zipcode of the applicant.
The applicant's home phone number.
The applicant's work phone number.
The applicant's social security number.
The applicant's first name.
The applicant's middle initial.
The applicant's last name.
The suffix for applicant's name, such as Mrs. or Mr.
The sex of the applicant.
The personal email of the applicant.
Employer The name of the applicant's employer.
HireDate The date the applicant was hired.
Eligibility Date The date the applicant became eligible for coverage.
Title The job title of the applicant.
Department The department of the company where the applicant works.
Location The location of the company where the applicant works.
JobClass The job class of the applicant.
PayGroup The method of payment, whether self-pay, company paid, etc.
PayrollFrequency Indicates how often premiums are processed by payroll.
DeductionFrequency Indicates how often premiums are deducted from the applicant's paycheck.
HoursPerWeek Indicates the number of hours per week the applicant works.
Salary The salary of the applicant.
Indicates the legal employment status of the applicant.
Indicates the relationship of the  employee to the enroller. For example: employee, contractor, and so forth.
The birth date of the applicant.
The country where the applicant was born.
The marital status of the applicant.
The prior name of the applicant. For example, the applicant's maiden name or former marriage name.
The smoker status of the applicant, such as "Never".
The height of the applicant.
The weight of the applicant.
Indicates if the applicant is a student - true or false.
Indicates if the applicant is disabled - true or false.
Indicates the status of the enrollment session. For example, "complete" or "not complete".
Location Indicates the location of the carrier.
City Indicates the city of the carrier.
State Indicates the state of the carrier.
PaymentType The type of payment, whether payroll or self- pay.
BankDraftDay The day of the month the bank will draft the premium.
Contains response values from the questionnaire.
Answer Indicates the form field number of the answer.
Name The name of the question.
Value The response to the question.
***do I include this???**
The Unique ID number for the applicant.

 

Syntax
'Declaration
 
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Applicant, ElementName="Applicant")>
Public Applicants As ApplicantCollection
'Usage
 
Dim instance As Transmittal
Dim value As ApplicantCollection
 
value = instance.Applicants
 
instance.Applicants = value
[XmlArrayItem(Type=Selerix.BusinessObjects.Applicant, ElementName="Applicant")]
public ApplicantCollection Applicants
public field Applicants: ApplicantCollection; 
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Applicant, ElementName="Applicant")
public var Applicants : ApplicantCollection;
[XmlArrayItem(Type=Selerix.BusinessObjects.Applicant, ElementName="Applicant")]
public: ApplicantCollection* Applicants
[XmlArrayItem(Type=Selerix.BusinessObjects.Applicant, ElementName="Applicant")]
public:
ApplicantCollection^ Applicants
See Also

Reference

Transmittal Class
Transmittal Members