Send Applet object from Applet browser script to BS browser script
Hello,
I know that we should not pass object by reference from Applet to BS because eScript was not designed to do it but still in some cases it makes sense to pass object by reference in order to avoid code duplication. I have found that it is possible to send object by reference from Applet browser scripts to BS browser scripts via undocumented method OnPreInvokeMethod. This works with High Interactivity and Open UI in Siebel 15.18. It is possible to see OnPreInvokeMethod in generated browser scripts but I did not found any additional information about OnPreInvokeMethod but maybe some one