How to GotoView with a specific record selected in Open UI
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>>).