TAeClientExport Structure

Field Data Type Description Notes
ApplyOverrides Boolean Enable to apply date range overrides 8
BiWeekBegins String Date a biweekly period begins 1, 6, 7
DateRange TDateRangeEnum 9
DestinationOptionsEnum TDestinationOptionsEnum
eMailBodyText String Text of the email 3, 4
eMailRecipients String List of email addresses separated by semicolons 4
eMailSender String Email sender 3, 4
eMailSubjectLine String Subject line of the email 3, 4
ExportGroup String Group the export belongs to 2
ExportHint String Reminder hint assigned to the export 2
ExportTitle String Name of export to run
FileConversionOptionsEnum TFileConversionOptionsEnum Hex or native
FileFormatEnum TFileFormatEnum Return export as this file format
MaxDate String End date of DateRange 1, 5, 6
MinDate String Start date of DateRange 1, 5, 6
PayPerClass Integer Pay period class numeric value 6
WeekBegins TDayOfWeekEnum Day of the week the week begins on 6

Notes

  1. yyyy-mm-dd format
  2. Read only
  3. Optional
  4. Used only when TDestinationOptionsEnum value is doEmail
  5. Used only when TDateRangeEnum value is drCustom
  6. Applied only when ApplyOverrides field is set to true
  7. Must be a biWeek value tye of TDateRangeEnum
  8. Setting to true allows overrides on BiWeekBegins, DateRange, MaxDate, MinDate, PayPerClass, and WeekBegins
  9. Apply Overrides must be set to change the DateRange, otherwise the value stays at the default value

Methods Referencing Structure

executeExportOperation
executeExportOperationStrings
getEmptyClientExport
getSystemExportsBasic