Ranjana Narayan | Hi Janine,
Using Subdialog Invoke element:
The On Call Start action of the invoked "sub" gets called, you can access the CallStartAPI to get to know what is the source application which has called this app which will be the invoking app name.
General properties of the application can be specifically set, a new root doc gets generated for the "sub" itself when it is invoked. You can also have a different gateway adapter set.
The OnCallEnd gets executed normally, and the details of howcallended and result can be obtained using CallEndAPI.
Moreover, the sessionid of the 2 app calls almost remain the same except for the application name part at the end. I believe if the "sub" is a local application( Invoke element has local =true) then there will be no extra license used, it will be treated as a single call.
Cheers! Ranjana. |
| Please sign in to flag this as inappropriate. |