TAeEmployeeACA Structure

Field Data Type Description Notes
All TAeEmployeeBasic fields TAeEmployeeBasic Inherits Fields from TAeEmployeeBasic
AuthCode Integer
AutoApply TAeEmpACAAutoApplyACAOptions
ControlGroupID Integer Control group identifier 1
FullTimeStatusEffDate String Date employee’s full time status began 2
FullTimeStatusEffEnd String Date employee’s full time status ends 2
FullTimeStatusID Integer Full time status indicator 3
MPBeingDate String ACA measurement period begin date 2
MPEndDate String ACA measurement period end date 2
MPeriodMode TAeEmpACAMPeriodMode
NoReview TAeEmpACANoReviewOptions
Seasonal TAeEmpACASeasonalOptions
ServiceStart String Date employee started service 3

Notes

  1. Use getControlGroups to retrieve a list of Control Group IDs and values
  2. yyyy-mm-dd format
  3. Use getHourlyStatusTypesSimple to retrieve a list of Full Time Status ID’s and values

TAeEmployeeBasic

Methods Referencing Structure

extractACAEmployeesFTStatusAsOf
getEmployeeACAByBadge
getEmployeeACAByFilekey
getEmployeeACAByIDNum
getEmployeeACABySSN
getEmptyEmployeeACA
getExpiredUnaddressedMeasurementPeriods
setEmployeeACA

Back to Top