Create Scheduling Productivity Templates
Security:
Set Up: Scheduling: High Level Scheduling Settings
You can use productivity templates to customize the
Sales and Productivity
modal. You can customize these aspects of the modal:
- Labels for fields on the modal.
- Calculations that override the default shift rate and unassigned shift rate.
- Access theCreate Scheduling Productivity Templatetask.
- In theScheduling Productivity Metricsgrid, enter your organization’s preferred labels in theOverride Titlescolumn.
- (Optional) SelectOverride Worker Pay Rateto override the default pay rate defined for workers and to instead use a calculated field to define the pay rate.When you create a calculated field for this field, you must use a calculated field on thePositionbusiness object that returns a currency value. You can’t save the template if you select a field from a different business object or that returns a non-currency value.If the pay rate is a negative value, Workday treats it as zero.
- (Optional) SelectOverride Unassigned Shift Rateto override the default shift rate defined for workers and to instead use either:
- A static numeric value.
- A calculated field.
When managers view the
Sales and Productivity
modal, they’ll see values based on the calculations you’ve configured.- Creating a Calculated Field to Override Worker Pay Rate
- You need to override the default worker pay rate so that:
- Hourly workers are paid the appropriate hourly rate.
- Contingent workers are paid the appropriate rate based on their contract.
- SelectOverride Worker Pay Rate.
- In the field, selectCreate Calculated Field.
- Enter these values:
- Field Name:Worker hourly rate
- Business Object:Position
- Function:Evaluate Expression
- ClickOK.
- On theCreate Calculated Field - Evaluate Expressionpage, enter these values:
- Field Type:Numeric
- Default Value:0
- In the first row of the grid, enter:
- Condition:is hourly worker
- Return Value If Condition is true:Hourly Rate - Amount
- Add a new row. Enter these values:
- Condition:Contingent Worker
- Return Value If Condition is True:Contingent Worker Pay Rate Annualized in USD
- Save the calculated field.
- Creating a Calculated Field to Calculate Unassigned Shift Rates
- You want to calculate the cost of unassigned shifts.
- SelectOverride Unassigned Shift Rate.
- In the field, selectCreate Calculated Field.
- Enter these values:
- Field Name:Total Unassigned Shift Cost
- Business Object:Schedule Shift
- Function:Sum Related Instances
- ClickOK.
- On theCreate Calculated Field - Sum Related Instancespage, enter these values:
- Related Field:Workers with Availability and Schedule Tags for Shift
- Related Business Object:Worker
- Sum:All instances
- Field to Sum:Hourly Rate - Amount
- Save the calculated field.