Workload Planner Optional Steps
The Actual Workload Specifies a number of employees needed for a certain job at a certain location over a certain span of time. can be calculated and displayed on the Workload Planner Tracks and edits staffing plans that define the number of workers that are needed for each shift or schedule zone and job. along with the Adjusted Workload. Actual Workload counts and actual coverage can also be displayed on the schedule. Actual volume data can be imported multiple times a day so that managers can use the generated Actual Workload Plan to make adjustments to the schedule for the next shift.
For a manager to view and generate the Actual Workload data in the Workload Planner and view values in the Schedule Planner, set the manager’s function access profile as follows:
XML APIs for Actual Workload
API for generating the actual workload plan
<Request Action="generateWorkload"
StaffingMatrixName="API All Days Different 3Zones"
StartDate="9/25/2011"
EndDate="10/01/2011"
Actual="true">
</Request>
API for actual counts and actual coverage
You can also get the earned counts and earned coverage details using following API actions:
RetrieveDetails
RetrieveSummary
RetrieveAll
Example:
<Request Action="RetrieveDetails" sequence="1A">
<ScheduleCoverage>
<WorkloadTypeName>WORKLOAD_EARNED</WorkloadTypeName>
<QueryDateSpan>9/16/2011 - 9/24/2011</QueryDateSpan>
<Locations>
<LocationItem>
<Location>org/dept/unit/job</Location>
</LocationItem>
</Locations>
</ScheduleCoverage>
</Request>
WorkloadTypeName name can be:
WORKLOAD_EARNED, WORKLOAD_BASELINE, or WORKLOAD_ADJUSTED
Job groups organize jobs into categories. For example, group all types of managers into a single Manager category. The Single and All Zone reports require job groups to locate and address variances in planned against scheduled staffing.
- Single Zone report — Shows coverage data from multiple locations for a single schedule zone A span of time that repeats on a 24-hour cycle, used to measure coverage. Examples include Day, Evening, and Night zones..
- All Zone report — Shows coverage data from multiple locations for multiple schedule zones.
These reports:
- Compare budgeted against scheduled staff coverage — for one or multiple time periods and locations — to determine if scheduled coverage matches required coverage.
- Use baseline and adjusted staffing plan data from the Workload Planner. The reports calculate budgeted and projected values for staffing levels, volume, and staffing hours per volume for an entire facility or organization.
- Support zone set Contains non-overlapping schedule zones that together comprise a full day based on hours of operation for a location. configurations only and require the Workload Generator Populates the Workload Planner based on the number of staff who are budgeted by volume..
To run either report, first create job groups with the Job Groups workspace and Job Group Editor:
- Create up to five job groups. Because job groups apply to the entire organization, select labels and jobs that are meaningful for the entire organization.
- Alternatively, you can edit the groups for different locations each time you run the reports.
- For accurate report results, make sure that the job groups include all jobs that contain data in the Workload Planner. If a job is not included in a job group, the planned totals do not include that job.
- To avoid double counting, do not include a job in multiple job groups.
To create job groups:
- From the Main Menu, select Administration > Application Setup > Scheduler Setup > Job Groups.
- Click New, or select a job group and click Duplicate or Edit.
- Enter a Label, up to 3 characters long. (Example: MGR for manager) and, (Optional) Enter a Description.
- Enter the Row Number that defines the order of the job group in the report.
- Select the jobs from Available Jobs box and click the right arrow to move them to the Selected Jobs box. To narrow the list of jobs, enter a Name in the Filter. The asterisk (*) is a wildcard. Click Apply.
- Click Save and Return.
- To configure another job group, repeat. Each report supports up to 5 job groups.
Change a workload plan value
To remove a value from an existing workload plan, enter “0” in the cell. Otherwise, open shifts are not adjusted correctly. Do not delete the requirement and leave the cell blank.
The Workload Planner treats “0” and “null” differently.
- If the value is deleted, the value becomes a null. The requirement is undefined, and has no effect on current open shifts. If you use the Schedule Generator Creates or assigns shifts based on the workload, shift templates or profiles, employee and organizational rules, and engine settings. after the change, existing open shifts remain.
- If the value is removed (value = 0), the value is a defined requirement – nobody is needed for the shift. If you use the Schedule Generator after the change, existing open shifts are deleted.
The Workload Planner requires stable time spans. If you edit workload data – including changes to schedule period A repeating span of days in the schedule that is defined for administrative purposes, such as pay periods., zones, shift sets Contains a collection of shifts used to define workload (staffing) requirements for locations. Example: An organization has shifts that the majority of employees work: 7 AM-3 PM and 3 PM-11 PM., and business structure – that are assigned to locations, the schedule period splits at the date of the changes. The period after the change contains no workload data.
Note: Do not make any workload edits for an open sign-up period.
Example
-
A zone set is assigned to locations A, B, and C.
-
The zones are:
- D7a (0700-1500)
- E3p (1500-2300)
- N11p (2300-0700)
-
If you change the names of the zones:
- Day (0700-1500)
- Eve (1500-2300)
- Night (2300-0700)
- Alternatively you can change the time of the zones and location assignments of the zone set.
-
The zones are:
-
Results of this change:
- When you open the Schedule Planner or Workload Planner and select the Current Schedule Period, a dialog warns you that the business structure has changes during the selected time period. Select the part of the period before or after the change.
-
Example: Select 6/18 – 6/19 and 6/20 – 6/24.
- The time period after the change contains no workload data. You must add workload patterns and volumes and may have to regenerate workload for that period.
- If you run the location schedule report for a time period that spans the split, the report fails. Run the report separately for the periods before and after the change.
-
Example: Run the report separately for 6/18 – 6/19 and 6/20 – 6/24.
- If you reassigned a new zone set to one of the locations, you also must rebuild the staffing matrix.