Warn/Block Female Employee from Boarding during Dark Hour for Non-Marshal Trip
This feature is supposed to work only for blocking females signing into a trip inside guard window for a trip that is planned outside guard window.
This can also work for adhoc if certain property is switched on
Cab Trips- Device App Version 6.3.2
Shuttle Trips- Device App Version 6.5.0
CONFIGURATIONS
GUARD_REQUIRED_TIME_WINDOW_ACTION_TYPE = BLOCK
LEVEL_3_DIRECTION_FOR_GUARD_WINDOW_IN_LOGIN = BOTH
LEVEL_3_DIRECTION_FOR_GUARD_WINDOW_IN_LOGOUT = BOTH
CONSIDER_GUARD_WINDOW_IN_MARSHAL_CALCULATION = true (default)
LEVEL_3_GUARD_REQUIRED_TIME_WINDOW = 1400-1800;0000-0000
GUARD_REQUIRED_TIME_WINDOW_TRIP_DIRECTION = ALL
GUARD_REQUIRED_TIME_WINDOW_TRIP_TYPES = REGULAR,SHUTTLE,SPOT
Driver App Configuration:
GUARD_REQUIRED_TIME_WINDOW= 1400-1800,0000-0000 (FORMAT should be like this only)
NOTE:
- SHOULD_SHOW_GUARD_WINDOW_POP_UP_FOR_GOOD_TO_GO_TRIPS_BASED_ON_GUARD_WINDOW_TIME - true
This is mandatory for it to work - CONSIDER_GUARD_WINDOW_IN_MARSHAL_CALCULATION = false to be done for this feature to work
Key Configurations:
GUARD_REQUIRED_TIME_WINDOW_ACTION_TYPE = BLOCK
➝ If a trip falls in the configured guard-required window, it will be blocked unless a guard is assigned.LEVEL_3_DIRECTION_FOR_GUARD_WINDOW_IN_LOGIN = BOTH
➝ Applies to Login trips in both directions.LEVEL_3_DIRECTION_FOR_GUARD_WINDOW_IN_LOGOUT = BOTH
➝ Applies to Logout trips in both directions.CONSIDER_GUARD_WINDOW_IN_MARSHAL_CALCULATION = true (default)
➝ Marshal requirement will respect the guard-required time window during calculations.LEVEL_3_GUARD_REQUIRED_TIME_WINDOW = 1400-1800;0000-0000
➝ Guard is required between 2:00 PM – 6:00 PM.
➝0000-0000
means no guard requirement outside defined ranges.GUARD_REQUIRED_TIME_WINDOW_TRIP_DIRECTION = ALL
➝ Applies to both login and logout trips.GUARD_REQUIRED_TIME_WINDOW_TRIP_TYPES = REGULAR, SHUTTLE, SPOT
➝ Guard window enforcement applies to Regular, Shuttle, and Spot trips.
➝ For Adhoc trips, support is conditional – only if the relevant property is switched on.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article