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