OnDemand User Group

Support Forums => WEBI interface => Topic started by: adomeij on October 20, 2017, 02:31:28 AM

Title: WEBI custom logout page
Post by: adomeij on October 20, 2017, 02:31:28 AM
Hi all,
Anybody out there that can explain how I would customize the WEBi logout function?
I need to go to a completely differnt page than the 'ODLogon' page.

From the WEBiJavaScriptReference:

onLogout()

Provides a method that you override to perform application-specific logic after a user logs out of this WEBi object.
Important: No logic is provided for this method. Therefore, you must provide code to implement the desired logic. If you call this method without implementing the logic, no action is taken.


Thanks in advance!
Title: Re: WEBI custom logout page
Post by: adomeij on November 29, 2017, 05:28:00 AM
Might as well answer this one myself since I figured it out :-)
The function is defined and can me modified in the webi_js.jsp on the WAS server.
Title: Re: WEBI custom logout page
Post by: Ed_Arnold on November 30, 2017, 08:20:35 AM
Thank you for posting the resolution.

Ed