Recruiting Setup

Dayforce Release Notes version 2025.1.1

Version
R2025.1.1

TAL-67290

You can now customize the XML code of custom job requisition forms so that the Recruiter field is prefilled with the name of the recruiter who is logged in. This person must be an active recruiter, as configured in Recruiting Setup > Recruiters.

The Recruiter field of the system Job Requisition form is empty by default. Dayforce recruiters need to select their name from its drop-down list, or the name of another recruiter. To customize this field so that it’s prefilled with the name of the recruiter who is logged in, open the custom form in Workflow Administration > Form Builder and go to the XML tab. Add the following XML property in the <RecruiterPicker> section, if it's not already there, and set it to True:

<SetCurrentlyLoggedInUserAsRecruiter>True</SetCurrentlyLoggedInUserAsRecruiter>
<InitialValue>function:currentuserifrecruiter</InitialValue>

This new property is added to the system’s job requisition form, but set to False to preserve current functionality.

For information, see Edit the Recruiter Field in Job Requisition Forms in the Recruiting Guide.

TAL-68281

Increased the maximum number of users per user group from 50 to 100 in Recruiting Setup > User Groups Configuration. This increased capacity gives more flexibility when managing access and collaboration across teams.