The Enrollment Setup report uses the Enrollment Setup topic to display a list of all enrollments set up in Dayforce.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Country | Yes | A to Z | |
| Type | Ascending | ||
| Enrollment Name | |||
| Reference Code | |||
| Eff From | |||
| Eff To | |||
| Published Status | |||
| OE Comm Start | |||
| OE Comm End |
Custom Fields
Country
The Country custom field displays the country of enrollments that are from the US and Canada. It uses the following expression:
CASE
WHEN DFFormTemplate.GeoCountryId = 1 THEN 'USA'
WHEN DFFormTemplate.GeoCountryId = 2 THEN 'Canada'
ELSE 'None'
END
Published Status
The Published Status custom field displays whether the enrollment has been published. It uses the following expression:
CASE
WHEN BenEnrollmentEvent.Published = 1 THEN 'Published'
WHEN BenEnrollmentPeriod.Published = 1 THEN 'Published'
WHEN BenEnrollmentPeriodicEvent.Published = 1 THEN 'Published'
WHEN BenEnrollmentACA.Published = 1 THEN 'Published'
ELSE 'Not Published'
END
Filters
This report template doesn’t include any filters.