Siebel Open UI >  Open UI: Pick Applet not rendering properly from Toolbar button

Open UI: Pick Applet not rendering properly from Toolbar button


APPLIES TO:
Siebel CRM - Version 8.1.1.14 [IP2014] and later
Information in this document applies to any platform.

CONTEXT:

- Add a button on the toolbar, which invokes a command
- This command executes a "GoToApplet" method, navigating to a custom PopUp Applet
- The PopUp Applet contains custom scripting on the WebApplet_ShowControl function to populate the applet dynamically.

In High Interactivity, this is working fine.
In OpenUI, the WebApplet_ShowControl function is no longer supported.

*******************************************************************************************************

 

SOLUTION


The only available workaround is to use PM/PR implementation.
For more information on working with the new Open UI API, review the following:
> How to Work with JavaScript Application Programming Interface (API) - Open UI - https://community.oracle.com/docs/DOC-1010661

Documentation on pop-up applets:
> Pop-Up Presentation Models and Physical Renderer - http://docs.oracle.com/cd/E58886_01/books/ConfigOpenUI/appendix_a_API25.html#wp1207364

Similar examples, that might be related to the case:
---
* From bookshelf:
> Guidelines for Creating a Pop-Up Applet or Window - http://docs.oracle.com/cd/E58886_01/books/ConfigApps/ConfigApplets6.html
> About Configuring Visibility of Pop-Up and Pick Applets - http://docs.oracle.com/cd/E58886_01/books/Secur/Secur_AccessControl57.html#wp1227021
> Creating a Pop-Up Applet That Siebel CRM Opens from a Menu Item - http://docs.oracle.com/cd/E58886_01/books/ConfigApps/ConfigApplets9.html#wp1132521