cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
0
Helpful
1
Replies

script assist with time in xml document subflow

m.maddox
Level 1
Level 1

Purpose - callcenter closes at various times thru the month -- sometimes from 8 - 9:15 other times from 8 to 1. They would like to have control of their closings. I'd like for them to be able to edit an xml document with their closing times when they want to. Could you take a look at what I have so far -- I have no idea how to incorporate the time. I appreciate any advice you have to offer. Or if you have any better ideas -- Thanks,

1 Reply 1

yjaucian
Level 1
Level 1

Hi there,

A quick way to do this is to incorporate a boolean variable after the call has been accepted. You then set this variable to be a parameter as an attribute so that call center staff can log into the appadmin page and close the call center. For example:

Start

Accept

If Closed **here closed is a boolean variable set as a parameter**

True

-Goto "True Label"

Fale

-Goto "False Label"

Hope this helps.