Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can I deploy My callstudio application using command line, Just want to automate build process, I have heard SAB but I don't aware how to use it. I've tried it by running buildApp but I couldn't able to make . Can some one help how to do this.
Hello All, is it possible to load a wsdl uri from property file or dynamically as per environment(dev,qa or prod).Now I'm using a decision element which identifies env first and I've used web service element with static URI. Thank you in advance.
Hi experts,I want to create a custom HotLink element in call studio, is it possible ? why I need this, because a hotlink which listens "don't know" globally and throws a new event named as last menu name it visits / element the hotlink invoked. Th...
In my application I'm using a custom element for menu's, There are more than 50 menu's in my application, So I want to add hold functionality across all menu's. For this , the custom element will throw an event hold when any caller says "hold" at an...
Hello Experts, I'm writing a custom action element, which is used to send soap web service request and get the response and put it into session. In my flow , I've used this element when ever web services are required. In one of my...
Thank you Janine, correct me if I wrong , so I need to create a local hot link to catch hold event using event tab for every menu, and that exit state should go to subflow, and subflow's exit should be the menu. Please see below image, this is how I ...
thanks Janine, I've used session data to store exception, and handle this exception in decision class."If your web service is a 'Configurable Action' element then it has an Events tab. And there you can add an event handler to catch any exception you...
Thank you Gerry, is there any way to handle this error in call studio application it self, rather than in ICM . I tried hot event element but it didn't able to catch the error with in the application