You can configure access to a multi-transfer menu for employees on the Dayforce Clock Pro and Clock+. When configured, in the All clock functions dialog box, employees can click the Transfers button to open a screen that contains transfer options that you can customize.
Note: The tags in the <functions id="multi_transfer_menu"> section also dictate which transfer options are shown when users click the alternative Start Shift button to clock in with multiple transfers. See Enable Clocking With Multiple Transfers.
To enable the Transfers button and multi-transfer functions on the clock:
- 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 the following tag from the config file to the override config file, in the
<functions id="functions">section: -
Copy
<function id="multi_transfer" key="" punchtype="Transfer" icon="transfer" /> - Note: This function tag has 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 this tag. For more information about these attributes, see Function Configuration.
- Copy any of the following tags from the config file to the override config file, in the
<functions id="multi_transfer_menu">section: -
Copy
<function id="combined_transfer_multi" key="F1" punchtype="Combined_Transfer" />
<function id="project_transfer_multi" key="F2" punchtype="Project" />
<function id="docket_transfer_multi" key="F3" punchtype="Docket" />
<function id="docket_quantity_multi" key="F4" punchtype="Quantity" />
<function id="labor_metrics_transfer_multi" key="" punchtype="Labor_Metrics_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 Multi-Transfer Function Configuration.
- Save your changes, and then validate and publish.