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!

What am I missing? Dynamic action, Confirm action, not picking up correct text

Hey guys
I'm obviously missing something and hoping someone might be able to help.

I've an Interactive Grid, and a button.
When the button is pressed the dynamic action on the button has 2 steps.
Action 1 - Execute Javascript to take a value from one of the IG cells and put it into a page item.
Action 2 - Confirm Action - Are you sure you wish to delete &P10_JOB_ID.

I've made the page item, &P10_JOB_ID, visible and I can see the value has changed.
I write P10_JOB_ID into a database table - I get the correct value
But the confirm message isn't picking up the correct value from P10_JOB_ID.
Namely it uses the value in P10_JOB_ID when the page starts, but then as I move around the IG pressing the button and changing the value of P10_JOB_ID, the text in the confirm message never changes.

Can anyone suggest what I might have missed, I'm baffled.

Thanks a lot

This post has been answered by Scott Hillier Frontera on Oct 15 2020
Jump to Answer
Comments
Post Details
Added on Oct 15 2020
2 comments
627 views