Friday 7 August 2015

Pop Up applet on Button Click in Siebel

Hi All ,

I recently had a requirement where i had to popup a applet on button click. The approach is simple we need to call create a button with method ShowPopup and definr a applet which we want to show as popup.
Steps:
1.Create a control of Type MiniButton
2.Define Method as ShowPopup
3.In Control User property , give the following details.

Mode : Edit
Popup : Name of Applet to show as popup.








Note: Applet with class "CSSSWEFramePopup" or its child classes can only be opened as popup.

we can also configure the case if we need to Open different applets on Same button click depending on certain criteria.

1 comment:

Siebel GoTo View - Handling Realtime cases

 Hello All,  We all must have used GoTo view functionality of siebel to navigate to a particular view from current view. What if the require...