Problem In History.go Function In Open UI 2015
(Doc ID 2094482.1)
Last updated on NOVEMBER 22, 2019
Applies to:
Siebel Financial Services CRM - Version 15.0 [IP2015] and laterInformation in this document applies to any platform.
Symptoms
History.go function vanishes the search criteria and context is getting lost when navigating back to OBIEE page from Siebel.
Changes
1.In that Account Applet configure 'GoBack' button
Browser script
----------------
if(name=="GoBack")
{
history.go(-1);
return("CancelOperation");
}
2.In Siebel create symbolic url for OBIEE view.
3.In OBIEE create a report with search condition.
4.In that search for particular Accounts.
5.In OBIEE configure clicking on Account number should navigate to particular account in Siebel screen.
6. In that Account Applet click on 'Go Back' button
It is navigating back to OBIEE page but previous search conditions and results are vanished.It is not maintaining previous context
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |