Hello,
is it possible to use operational parameters (OPM) in ird routing strategies?
I have set up multiple parameters in gax :
- opening hours 9-5 per weekday of type=schedule
- opening hours 5-8 per weekday of type=schedule
- emergency message of type=boolean
in ird i want to check both schedule objects to determine if current time is within the time defined with any of them based on current day.
Prior to this i want the boolean type parameter to be checked and if equal = true, play announcement.
Before OPM i have used statistical days to do this and a normal transaction list to check for the emergency message.
With OPM if i deploy the parameter template, it does create a transaction list but trying to figure how to use it.
There is a OPM section containing the parameter names i have set up.
But also other section with OPM_<schedule_type_parameter>. For these there is an section for each day each day=pattern1 and value =W//0/09:00-17:00 (for Sunday).
It might be easier to ask how i can set up opening times and boolean parameters and use in a ird routing startegy.
thanks.