After upgrade to OpenUI, Form level custom button method is not being recognized
Hi,
We have upgraded our test environment from 8.1.1.7 to 8.1.1.11.7 (PatchSet 7).
I am facing an issue. We get error message "Specialized Method "METHOD1" is not supported on BusComp Account" when we click on the custom button added on the applet.
We have enabled "METHOD1" using WebApplet_PreCanInvoke script.
Also added code in browser script for Applet_PreInvokeMethod to call the function "method1" if method name is "METHOD1".
So all the steps looks fine. And this code was working fine in 8.1.1.7 environment.
Looks like after upgrade, Applet's browser script level functions are not beign identified and so it is trying to look for the function at BC level and fails as function is defined at Applet level