Sunday 21 May 2017

Siebel Open UI Enhancement ,Part 3: Text to Speech API, Enhanced


Hello All,

In the previous article of the series i explained text to speech functionality on button click.

http://www.siebelfoundations.com/2017/05/siebel-open-ui-enhancement-text-to.html

One of reader advised me if we could extend this for multiple fields,

  • There should not be a button that reads just one field 
  • Different fields could be read by Siebel 
So, i tried to implement this with the approach 
  • find a event to trigger speech , for this i used double click 
  • on the event call Speak() method 
  • Pass value of field in Speak()
Sample PR File























The code is similar as explained in previous post. The working sample looks like 





In my next post i will be sharing Speech to Text conversion functionality in Siebel.

<<<<<<<<Next in the Series >>>>>>>>>

No comments:

Post a Comment

Siebel GoTo View - Handling Realtime cases

 Hello All,  We all must have used GoTo view functionality of siebel to navigate to a particular view from current view. What if the require...