cancel
Showing results for 
Search instead for 
Did you mean: 

Hide the prompt dialog

Former Member
0 Kudos

Hi,

I am using relational universe (Oracle) as data source for my design studio 1.3 application. I want to pass the universe prompt value from Design Studio drop down component. Here is my code in Application on startup event:

APPLICATION.setVariableValue("psEnter Market Basket ID", "3"); //prompt from universe

DS_1.loadDataSource();//loading data source

But still I am getting prompt dialog box to enter/select the prompt values. I need to hide the prompt dialog and pass the value in my code. Can anyone please help on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

dwayne_winters
Explorer
0 Kudos

I have not done this with universes, but with BEx Queries I think you need to put the "APPLICATION.setVariableValue("psEnter Market Basket ID", "3"); //prompt from universe" statement in the "On Variable initialization" event (not in the "On Startup" event)...