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

MOSC Banner

How to GotoView with a specific record selected in Open UI

edited Nov 30, 2018 12:21AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 4 commentsAnswered

Hi All,

I have a requirement to call a Business Service from application level js which is called at AppInit event. The business service will provide a record id for an account which it has created. Using the same I need to navigate to a detailed view with the record.

I tried the following first:

1. Perform the standard TheAppliucation().GotoView(<<Viewname>>,BO) from the BS itself. But if the BS is being called from the js file, the BS is called, The new record is created, but GotoView is not working.

So I tried the following:

2. Call BS to just create the record and pass rec id to the JS. Perform SiebelApp.S_App.GotoView(<<ViewName>>).

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