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!

How do I grab a row's id for a dynamic action after update?

mtApr 6 2023

I have a classic report; rows can be edited via a link that opens a modal dialog.

I'd like to add a dynamic action to Table 1 after the dialog closes, with code to insert value1, value2, value3 from the current row into Table2 if the concatenated values are not already in Table 2.

How do I grab the current row's ID?

(Table1 is holding agreement profiles, Values 1,2,3 are Status, status_Date and Status_note, and Table 2 is for the history)

thank you

mt in NY

Comments
Post Details
Added on Apr 6 2023
2 comments
256 views