" /> Dynamic Menu - Genesys CTI User Forum

Author Topic: Dynamic Menu  (Read 2071 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Dynamic Menu
« on: March 02, 2017, 08:55:02 PM »
Advertisement
Hi guys,
I have a challenge here...need to build a dynamic menu combining TTS and WAV files.
A WS will return up to 10 possible values, can be from 1 to 10.
I need to prompt this as:

[code]
for i=1 to WS.length
For <WS.TTS> press <i>
next
[/code]

Any idea on how could I do this?

Thanks in advance

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Dynamic Menu
« Reply #1 on: March 16, 2017, 10:41:40 PM »
Did with a loop and some JS functions.

Offline aklinbail

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Dynamic Menu
« Reply #2 on: March 17, 2017, 03:30:48 AM »
So you got it working?

If so, can you post the solution?

Offline immdhi

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Dynamic Menu
« Reply #3 on: July 22, 2019, 12:32:32 PM »
HI aklinbail

can you post your solution here , what you did in playing the prompt dynamically

thanks