Open UI 8.1.1.11 eService - Enable Button to display BC popup form applet for field update
Hello,
I have read a lot of examples how to create a pop-up applet and invoke from main applet via button and have tried various iterations using control user property (popup -Applet name, mode = base) and also script. Both have yielded with errors despite the exact instructions followed.
For the button control - 'showpopup applet solution' .ie. config (no script) I am getting error: Method 'ShowPopup' requires a value for argument 'SWETA'.(SBL-UIF-00355)
For the server script solution I am getting 'The specialized method is not supported on Business Component 'Service Request (eService)' used by Business Object 'Service Request (eService)'.(SBL-DAT-00322)' . This typically means that No Cancel Operation in the precaninvoke method == xx statement HOWEVER this is not the case. I also tried the user property method on applet : 'PreCanInvoke=TRUE' without the script and same error 'The specialized method.. is not supported' .