Open UI - IsPortlet Parameter
One of the new features in the Open UI is supposed to be the ability to embed pieces of Siebel into other Web Applications. According to the documentation I should be able to add an 'IsPortlet' parameter to the URL and it should return just a part of the Siebel application (View and/or Applet) without a redirect to a new page.
http://server_name/callcenter_enu/start.swe?SWEUserName=user_name&SWEPassword=user_password&SWECmd=ExecuteLogin&SWEAC=SWECmd=GotoView&SWEView=view_name&IsPortlet=1&SWEApplet=applet_name
Has anyone had success with this parameter? Running it in a proof of concept environment and while the results come back with the header UI, the call seems to try and open in a new Window instead of within the iFrame i put it in.
http://server_name/callcenter_enu/start.swe?SWEUserName=user_name&SWEPassword=user_password&SWECmd=ExecuteLogin&SWEAC=SWECmd=GotoView&SWEView=view_name&IsPortlet=1&SWEApplet=applet_name
Has anyone had success with this parameter? Running it in a proof of concept environment and while the results come back with the header UI, the call seems to try and open in a new Window instead of within the iFrame i put it in.
0