Customize the pop over fields on the calendar in Dispatcher Workspace
Add or remove the fields that show in Dispatcher Workspace pop overs so more relevant information is easier for dispatchers to find.
Avant de commencer
Role required: wm_admin
Pourquoi et quand exécuter cette tâche
Avertissement :
Only developers with a high level of experience using JavaScript should perform this procedure.
Using JavaScript along with a script includes, you can show different values than the default information that is shown in the pop over window. The default fields in the pop over information are:
- Short description: A short description of the work order task
- Number: The work order task number
- Scheduled start
- The Assignment group
- Location: The location of the work order task
The following image shows that the Assigned to field has been added to the pop over window to indicate who the work order task is assigned to.
Procédure
-
Find the values of the fields you want to add.
- Navigate to .
- In the Search field, enter DispatcherWorkspaceCalendarBrokerImplSNC and open the record.
-
Scroll to the
getCalendarEventTooltipDetailsfunction. -
Select and copy the entire
getCalendarEventTooltipDetailsfunction. - Return to .
- In the Search field, enter DispatcherWorkspaceCalendarBrokerImpl and open the record.
-
Paste the
getCalendarEventTooltipDetailsfunction into theDispatcherWorkspaceCalendarBrokerImplrecord beneath where it says//Add / override customizations here.. - Add or remove the fields you want.
- Select and hold (or right-click) in the header of the page and select Save.