Author Message
jnahas
Joined: Jun 28, 2016
Messages: 16
Offline
Hi experts,

I have the following scenario that it's not working when I invoke an app as Local, but it does when I do it as Subdialog:

My main app (A) is calling another app (B)... B needs to throw a custom OD event named "Collection", and A needs to detect it locally (not in the AppRoot). So I put a Form node that throws "Collection" in B, and I placed a Catch for Collection in A where I call to B. The event is being catched only when I invoke B as Subdialog; if I do it as Local, the AvayaReturnErrorHandler is invoked and the event connection.disconnect.* thrown.


I need to know why it is not working when the app is called as Local.


Specs: OD 7.2.3, Java 1.8, Apache Tomcat 8.5
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
If you need to throw an event from the subdialog, you would need to return the event in Approot for the calling app to catch it. I am not catching on what you mean by calling "it local".
Go to:   
Mobile view