Hey folks,
I have a simple model where phone "orders (items)" arrive and can be sent to two operators to be processed. There are only two receptionists who can take these calls and if they are busy I want the "calls/item arrivals" to be sent to a different location to be processed. Essentially I want the people who don't make it through to leave a message for the same receptionists that they will then call the person back and process the order.
Having a hard time figuring out the syntax of how to specify that condition using FlexScript. In my mind it would be some kind of logic like:
IF TakeOrder1.status==Utilized AND TakeOrder2.status==Utilized
THEN OrderArrivals.port=AnsweringMachine
Hoping it could be done with the drop downs or using a queueing object in a slick way.
Any help is appreciated.
phone-call-different-staff.fsm