You can configure access to individual transfer functions that are available for employees in the All clock functions dialog box on the Dayforce Clock Pro and Clock+.
Important: You shouldn’t enable the schedule transfer function if your time entry policy is configured to auto-inject schedule transfer clock entries (that is, when the Auto Inject Segments From Schedule checkbox is selected in Pay Setup > Time Entry Policy). See Main Settings in the Dayforce Implementation Guide.
To enable individual transfer functions in Dayforce:
- Go to Site Setup > Clock Configuration.
- In the Device Type drop-down list, select Dayforce Touch / Pro or Clock+.
- In the second drop-down list, select Unified.
- Select a clock configuration group.
- Copy any of the following tags from the config file to the override config file, in the
<functions id="functions">section: -
Copy
<function id="combined_transfer" key="" punchtype="Combined_Transfer" icon="work_transfer" />
<function id="docket_quantity" key="" punchtype="Quantity" icon="quantity" />
<function id="docket_transfer" key="" punchtype="Docket" icon="docket_transfer" />
<function id="labor_metrics_transfer" key="" punchtype="Labor_Metrics_Transfer" icon="labor_metrics" />
<function id="project_transfer" key="" punchtype="Project" icon="project_transfer" />
<function id="schedule_transfer" key="" punchtype="ScheduleTransfer" icon="transfer" /> - Note: These function tags have additional attributes that aren’t listed in the XML above. Further, the attributes differ slightly for the Dayforce Clock Pro and Clock+.
- Edit the attributes in the transfer tags. For more information about these attributes, see Function Configuration.
- Save your changes, and then validate and publish.