Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting page item value

anand_gpOct 12 2018 — edited Oct 13 2018

Hi,

I use below command to set value to a page item, after user confirmation -

javascript:apex.confirm("Set Value ?", { request:"SAVE", set:{"P68_SEQ_NO":'#SEQ_ID#'} });

pastedImage_1.png

It works as expected.

But I want to get rid of that popup which asks for user confirmation. Immediately after clicking of the button, I would like to set the value.

I tried this, but no luck -

javascript:set:{"P68_SEQ_NO":'#SEQ_ID#'};

Can you please help me on this.

Thanks.

-Anand

Comments
Post Details
Added on Oct 12 2018
4 comments
5,581 views