References¶
Configuration parameters¶
General¶
Configuration parameter |
Description |
---|---|
|
The beginning of the year count for rotation application purposes.
|
|
The smallest time interval for which you want to schedule activities.
|
|
When the stand-by mode is applied, then the stand-by mode is set for the indicated number of agents .
|
|
Filter the HTML display on the Info editor tab of the agent inserted using BodyHtmlWfmAgentMeta the parameter.
|
Shift editor¶
Note
The following configuration parameters have no value by default. The below values marked as default are actually set by executing Model.Sql\Admin-Standard\Standard-Wfm.sql
. This script also creates a DQ with an ID to which the following configuration parameters refer.
Configuration parameter |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An ID of the DQ used to display agents in the reality plan. The source DQ for populating the agent list in the reality plan. It is used to customize the displayed columns in the shift editor, highlight and sort them, and possibly to exclude agents from the list.
The first column must be named
Any other columns that you create will appear in the list as columns in the shift editor with the following rules:
|
||||||||||||
|
An ID of the DQ used to display agents in the reality plan. The source DQ for populating the agent list in the reality plan. It is used to customize the displayed columns in the shift editor, highlight and sort them, and possibly to exclude agents from the list.
The expected DQ structure is the same as for WfmRealPlanAgentsQueryId. |
||||||||||||
|
A URL for rotation validation. It allows customizable rotation control prior to approval. The value is the URL to the service that checks the rotation and stores any errors in the database. The value of
|
||||||||||||
|
A click-through URL in the shift editor to the agent’s schedule for the next seven days.
|
||||||||||||
|
An ID of the DQ to populate the agent drop-down list in the shift editor in the “next 7 days” mode.
The query must return the columns of |
||||||||||||
|
Show only date or date and time in the dialog when creating an alternative schedule for the start and end of a period.
|
||||||||||||
|
The name of the group in the
|
Agent editor¶
Note
The following configuration parameters have no value by default. The below values marked as default are actually set by executing Model.Sql\Admin-Standard\Standard-Wfm.sql
.
Configuration parameter |
Description |
---|---|
|
A URL that returns any HTML that is to be displayed on the Info tab of the agent editor after the Vacation used [days] field.
|
|
HTML that the default application of App.Web returns when the WfmAgentMetaBodyHtmlUrl endpoint is called.
The HTML can contain the following macro expansions that replace the endpoint with the actual value:
|
|
An ID of the scenario for entering agent data affecting shift scheduling (pregnant, youth, allowed overtime, night time, etc.) and displayed in the agent editor.
Note The scenario elements must correspond to how the validation is programmed and, therefore, this setting is usually adjusted by the vendor when implementing WFM. |
|
A URL called when publishing an alternate schedule to the real one. The value of
The endpoint of the App.Web default application writes values to the |
|
Indicates in how many fractions of the day a vacation can be split for WFM purposes. For example,
|
|
The group name in the
|
|
The group name in the The user must still have the
|
|
The group name in the The user must still have the
|
Traffic models¶
Configuration parameter |
Description |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An ID of the DQ used to display columns in the Editor of planned and estimated figures, or the number of slots in each half-hour of the day of the traffic model.
A required column in DQ:
And then any number of columns with the Integer model, indicating the number of agents with a particular activity group ( For example, the second one groups all work activities, the third one groups all breaks:
|
||||||||||||||||||||
|
An ID of the DQ used to display the connector in Editor of planned and estimated figures, or the number of traffic model agents needed.
Excpected DQ structure:
|
||||||||||||||||||||
|
An ID of the DQ used to display columns and connectors in the Traffic Editor, or traffic model event counts.
Excpected DQ structure:
|
||||||||||||||||||||
|
An ID of the DQ that provides a list of traffic models for drop-down lists in the Comparison Editor.
The expected DQ structure is a common drop-down list with the |
Integration¶
Configuration parameter |
Description |
---|---|
|
(In the case of integration with SAP H5.) The region codes sent to SAP H5 as an export of non-working agent slots within WFM.
|
Shift editor tasks¶
Note
The supplied Model.Sql\Admin-Standard\Standard-Wfm.sql
script will prepare usual editor tasks for the Shift Editor in the administration environment in the section.
Button type |
Description |
---|---|
|
Opens a dialog for getting the Start/End parameters and creates a new WfmPlan entry with Start/End according to the dialog where it sets Progress=0, and passes the new entry ID to the URL. The parameter influencing program behavior can take one of the following values and influence the default values of the from and/or to fields in the dialog.
|
|
Opens a dialog to get the Start/End parameters, sets Progress=0 for the current record and passes the parameters along with the current record ID to the URL. The parameter influencing program behavior can take one of the following values and influence the default values of the from and/or to fields in the dialog.
|
|
Sets Progress=0 on the current record and passes the current record ID to URL. It has no Parameters influencing program behavior. |
Roles and permissions¶
Roles |
Description |
---|---|
|
Indicates which operations a user can perform with alternative plans: create a draft (AllowRead), submit a draft plan for approval (AllowWrite), publish to the actual plan (AllowFull). |
|
View (AllowRead) or edit (AllowWrite) the agent in the Agent Editor. |
|
Just display (AllowRead) or also save (AllowWrite) the schedule in the Shift Editor. |
|
Just view (AllowRead) or also edit (AllowWrite) the scheduled workplace. |
|
Create a draft (AllowRead), submit a draft plan for approval (AllowWrite), or publish to the actual plan (AllowFull). |
|
Show navigation buttons in the Shift Editor (AllowRead). The navigation buttons for the Shift Editor must have a group defined by the ExportWfmPlanNavigationGroup parameter. |
|
Show navigation buttons in the Agent Editor (AllowRead). The navigation buttons for the Agent Editor must have a group defined by the ExportWfmAgentNavigationGroup parameter. |