Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Error Sbl-Uif-50132: Gotoview in IP16

edited Oct 18, 2016 5:00AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

Hello,

We have a requirement where based on some profile attributes, on clicking a particular screen in the application, we want to navigate to view 1 or view 2. Depending on the value of the profile attribute. Is there any option like dynamic view navigation?

Currently the code is oin Application PreNavigate where..we have something like this

If(DestinationView == "abc")

{

     if(Value == "1")

          GoToView("Test View 1");

     else

         GoToView("Test View 2");

}

This exact piece of code is causing the issue.

Oracle does not recommend using GoToView in Application PreNavigate but not sure what the alternative to this is.

Solution by Oracle

Using "GotoView" method in Application_PreNavigate event is not supported.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center