To automate urgent work order (WO) management, integrate real-time road data into schedules.
Activate emergency response
-
Navigate to FSM > Core > Technical Settings > Company.
-
Locate the parameter
company.fsm.emergencyresponse. -
Set the value based on your requirements:
-
Value true: Activates emergency response.
-
The Emergency Response tab and the Emergency Response Activities bar appear in the daily plan.
-
There is an automatic flag for new WOs that meet urgency criteria.
-
-
Value false: Deactivates emergency response (default).
-
Emergency response UI elements remain hidden.
-
-
Identify emergency response activities
The system automatically flags operations and prevents modifications. Here is the process:
-
In the Urgency type, the urgency flag is set to Yes.
-
The emergency response is visible in the operation’s detail view.
Note: After the system flags an operation, you can’t manually modify it.
Configure jobs with periodic schedules
To ensure emergency response works, define tasks and activate jobs.
Define tasks
-
Navigate to FSM > Core > Technical Settings > Company.
-
To assign tasks to the correct processing queue, configure these parameters:
-
Emergency Response Scheduler: Checks calendar entries and identifies processes based on time intervals.
-
company.job.SCHEDULING-EmergencyResponseScheduler.mode=EVERY_TIME
company.job.SCHEDULING-EmergencyResponseScheduler.queueName=parking
company.job.SCHEDULING-EmergencyResponseScheduler.task=+/scheduling/bl/immediatescheduling/processing/task/BTImmediateSchedulingScheduler
company.job.SCHEDULING-EmergencyResponseScheduler.description=Schedule Emergency Response Processes based on Calendar
company.job.SCHEDULING-EmergencyResponseScheduler.user=[system]
-
Launch Emergency Response: Launches the scheduling processes.
company.job.SCHEDULING-LaunchEmergencyResponse.mode=EVERY_TIME
company.job.SCHEDULING-LaunchEmergencyResponse.queueName=parking
company.job.SCHEDULING-LaunchEmergencyResponse.task=+/scheduling/bl/immediatescheduling/processing/task/BTImmediateSchedulingLaunch
company.job.SCHEDULING-LaunchEmergencyResponse.description=Launch Emergency Response Processes
company.job.SCHEDULING-LaunchEmergencyResponse.user=[system]
Activate the jobs
-
In the main
company.jobparameter list, add both:-
SCHEDULING-EmergencyResponseScheduler -
SCHEDULING-LaunchEmergencyResponse
-
-
To apply the configuration, click Save.