Use the Job Rate Data wizard to generate new or update existing Job sets and Job Set Level, and then import them into Dayforce.
Messages: Error, Warning, and Information
Activate sorts each generated message by severity:
Actively incompatible with the data in Dayforce. If you have a data error, you must resolve the error before you can complete the installation.
Indicate nonstandard setup that could potentially cause an error in Dayforce. For example, if an earning code is defined as Hours x Rate and the data is amount only, the system creates a warning. However, you can still import the data into the system.
A notable occurrence of data in the system. For example, an informational note shows if codes are dropped from the YTD import.
Tasks
- On the Job Rate Data page, click Download.
Note: You can also download an empty Job Rate template from the Download Template Files page.
- Select the location where you want to save the template document.
-
On the tab with the data for the job rates in the organization, complete all columns, as needed.
Note: The Activate release version shows in cell B3 on the Instructions tab of the template. This information helps you later determine the version of Activate you were using when you downloaded the template.
Note: Instructions for populating the fields are in the Job Rate template fieldsJob Rate template fields (below) and on the Instructions tab of the template.
-
Click Save and close the template.
You can use any file name for the template you upload. The only requirements are that the file must be an Excel or CSV (comma-separated value) document and the field must contain the data in the required format.
Important: Don’t change the name of the tab in the template. Activate uses the tab name to validate that the correct template is being uploaded. In addition, don’t change the column headings.
- Go to your completed Job Rate template in the location where you saved it.
-
On the Job Rate Data page, click Upload.
The Job Rate Data wizard validates the data.
Note: If the uploaded file has errors, a Validation Failed message shows in red at the bottom of the page. You must correct the errors in the file on your computer and upload the file again.
Note: When you upload an Excel file, Activate includes the name of the uploaded file into the name of the XML file it generates and loads to the Dayforce File Server. The format of the generated XML file name is <NamespaceName>_<Import Type>_<file name provided>_YYY-MM-DD_HHMM. This information makes it easier to audit files later.
- Click Next.
The Job Rate Review page opens with the uploaded data in an editable grid. Any errors, warnings, or messages related to the validation of the uploaded data are also included. You can update the information directly in the grid or you can make any corrections in the template and then upload the data.
- Review the information shown in the grid.
- To make updates to data on the page:
To insert a new row in the grid, click the row where you want to insert it and click New.
To delete a row, click the row and click Delete.
- To save the changes you’ve made in the grid, click Save.
To remove changes that you don’t want to save, click Refresh.
- To download the error message list and save it to your computer, click Download Errors File.
To download the Job Rate Data Template file, click Download File and save it to your computer.
This file includes the previously loaded data.
To upload the file from your computer, locate the file and click Upload File. The data in the file shows in the grid.
- When the data is complete, click Done & Install. When you leave the page, the selected values stay in the grid.
- Click in the field containing the error.
- Enter or select the correct information. If you make a change by mistake and haven't saved the change, click Refresh to undo the change. To navigate in the grid, click Tab to move to the right and Shift+Tab to move to the left on a row. Use the scrollbars on the right side and bottom of the grid to go to other areas of the grid.
- Repeat this process for every error.
- Click Save. Activate verifies the information again.
- ClickNext.
-
Click Load. A Warning message states that Activate will install the data into Dayforce. Activate initiates a database rollback if it finds any errors. If any users are actively making configuration changes, don’t continue with the installation.
-
Click one of the following:
-
Download User Report to download a report listing the users who are actively signed in to Dayforce and might be making changes.
-
Cancel to return to the Job Rate Review page.
-
OK to continue with the install.
The Load page opens with a list of the steps to complete and an estimate of how long the installation usually takes. During the installation, the current step in the process is bolded so you can monitor the progress.
-
-
Click one of the following:
- Add Email and enter your email address to be notified when the installation process ends instead of waiting for it to finish.
- Next when the installation is complete.
Activate Central opens with the wizard name now in green text and a green checkmark next to it. The day, date, and time of completion show, along with your name as the user who completed the wizard. The environment in which the installation was applied (Stage, Config, or Train) is also shown.
Note: If you want to add more information, click I want to add more. See Executing a Rollback When Using the “Add More“ Feature in the Payroll Wizards.
Results
The data uploaded from the Job Rate template populates the fields on the Pay Setup > Job Rate page in Dayforce.
Field in Template | Field in Dayforce | Page in Dayforce |
---|---|---|
Job Set Reference Code | Reference Code | Pay Setup > Job Rate page, Job Rates tab, General section |
Job Set Name | Name | |
Job Set Description | Description | |
Job Set Grade | Grade | |
Department | Departments | |
Job | Jobs | |
Job Set Level Reference Code | Reference Code | |
Job Set Level Name | Name |
Pay Setup > Job Rate page, Job Rates tab, Job Set Levels section |
Job Set Level Description | Description | |
Is Default | Is Default | |
Effective From | Effective From | |
Step Value | Step Value | |
Pay Rate | Pay Rate | |
Override Base Rate | Override Base Rate | |
Location | Location |
When the Job Rate Data wizard is complete, Activate generates the Job Rate Import file and saves it to the customer's FTP site.
Job Rate Import
- FTP Sub-Directory: Import/OrgUnitImport
- Filename: <Namespace>-JobRateImport-<DateTime>.xml
<?xml version="1.0"?>
<JobRateImport>
<JobSet>
<XrefCode>JS001</XrefCode>
<Name>Job Set Level 1</Name>
<Description>Job Set Workforce Agreement Level 1</Description>
<Grade>1</Grade>
<Dept>
<DeptXRefCode>SUPPORT</DeptXRefCode>
</Dept>
<Dept>
<DeptXRefCode>ADMINISTRATION</DeptXRefCode>
</Dept>
<Dept>
<DeptXRefCode>WAIT_STAFF</DeptXRefCode>
</Dept>
<Job>
<JobXRefCode>KITCHEN_MANAGER</JobXRefCode>
</Job>
<Job>
<JobXRefCode>WAIT_STAFF</JobXRefCode>
</Job>
<Job>
<JobXRefCode>SUPPORT_SPECIALIST</JobXRefCode>
</Job>
<JobSetLevel>
<XrefCode>JS001_1</XrefCode>
<Name>Job Set Level 1</Name>
<Description>Job Set Workforce Agreement Level 1</Description>
<IsDefault>true</IsDefault>
<PayRate>
<StartDate>1900-01-01</StartDate>
<StepValue>1</StepValue>
<PayRate>47.45</PayRate>
<OverrideBaseRate>false</OverrideBaseRate>
<Org>CORP</Org>
</PayRate>
</JobSetLevel>
<JobSetLevel>
<XrefCode>JS001_2</XrefCode>
<Name>Job Set Level 2</Name>
<Description>Job Set Workforce Agreement Level 2</Description>
<IsDefault>false</IsDefault>
<PayRate>
<StartDate>1900-01-01</StartDate>
<StepValue>2</StepValue>
<PayRate>48.45</PayRate>
<OverrideBaseRate>false</OverrideBaseRate>
<Org>CORP</Org>
</PayRate>
</JobSetLevel>
<JobSetLevel>
<XrefCode>JS001_3</XrefCode>
<Name>Job Set Level 3</Name>
<Description>Job Set Workforce Agreement Level 3</Description>
<IsDefault>false</IsDefault>
<PayRate>
<StartDate>1900-01-01</StartDate>
<StepValue>3</StepValue>
<PayRate>49.45</PayRate>
<OverrideBaseRate>false</OverrideBaseRate>
<Org>CORP</Org>
</PayRate>
</JobSetLevel>
</JobSet>
</JobRateImport>
Next steps
Complete the next wizard, as appropriate.
Job Rate template fields
All templates have the same basic structure:
- Instructions tab: Helps you understand the purpose of the data and complete the fields in the template.
- Data tab: Contains headers for the data to be included in the template. The headers remain the same, but you can change the column order. If you add more columns, Activate ignores them.
All number ranges in the templates include the numbers at both ends of the range.
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
1 | String1 between 1-256 characters. | Unique Job Set Identifier. | RETAIL_1_2 | When you import a new code, it initiates the creation of a new Job Set. Otherwise, it proceeds to update an existing one. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
2 | String1 between 1-128 characters. | Job Set Name. | Retail Employee L1 | Job Set Name. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
3 | String1 between 1-512 characters. | Job Set Description. | Retail Employee Level 1 | Job Set Description. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
4 | Integer. | Job Set Grade. | 1 | Used for calculating in which set the employee stands. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Data Type | Description | Examples | Why This Is Needed | |
---|---|---|---|---|
5 | String1 between 1-256 characters. | The cross-reference for department. | RETAILSALES | The Department value must be a valid code. Otherwise, the given Department is imported. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
6 | String1 between 1-256 characters. | The cross-reference for the job. | RETAILSALESASSISTANT | The Job value must be a valid code. If the Job value isn’t a valid code, the given Job isn’t imported. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
7 | String1 between 1-256 characters. | The cross-reference for Job Set Level. | RETAIL_1_2 | If the code is new, a new Job Set is created. Otherwise, an existing one is updated. IF the code exists, but for a different Job Set, the entire Job Set and all associating levels and data aren’te imported. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
8 | String1 between 1-128 characters. | Job Set Level Name. | Retail Employee L1S2 | Job Set Level Name. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
9 | String1 between 1-512 characters. | Job Set Level Description. | Retail Employee Level 1 Step 2 | Job Set Level Description. |
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
10 | Boolean.
Accepted Values: YES NO |
Indicates if the level is the default one (used for internal calculations). | Yes/No
True/False |
Indicates whether the level is the default one. Used for internal calculations. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
11 | Date. Excel right- justified date format or Excel text format yyyy-mm-dd. | Effective start date for a job rate set. | Date formatted cells:
09/24/2015 24/09/2015 Text formatted cells: |
The starting date of the Pay rate. If a Pay Rate with the same reference code already exists, a new one is still created and the previous Pay Rate will be end-dated (one day before the new StartDate). |
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
13 | Decimal. | The Job Step Value | 1 | The value that is used for calculating how to determine if an employee is eligible for the given pay rate. |
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
14 | Decimal. | The rate as a dollar value. | 24.67 | The rate as a dollar value. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
15 |
Boolean. Accepted Values: |
Dictates whether the given pay rate should overwrite the base rate for the employee during calculations. | Yes/No
True/False |
Dictates whether the given pay rate should overwrite the base rate for the employee during calculations. |
Order | Data Type | Description | Examples | Why This Is Needed |
---|---|---|---|---|
16 | String1 between 1-256 characters. | Organization cross-reference code. | Canada - Ontario
USA - Federal |
Validation – must be a valid code (From OrgUnit table). Otherwise, the given Pay Rate isn’t imported. |
1 Special characters accepted within the string include: alphanumeric, space, period, apostrophe, dash, number symbol #, comma, underscore, forward slash /, parentheses (), &