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!

Duplicate Row in Interactive grid(18.2)

SwaZJan 2 2019 — edited Feb 4 2019

Hi All,

I have  a requirement where on click of Duplicate row in row actions of interactive grid, I have to set values to the duplicate row.

For Example:

Row-1 having columns A,   B,         C

value-                           1,   'test',   'original'

if I duplicate the row

then it should be :          A,   B,         C

value-                            2,     'test'     'Duplicate'.

There are some column values which has to be defaulted on duplicate row.(Like Duplicate for column C in above example)

Can any one help on customizing Duplicate row action.

Regards,

SwaZ

Comments
Post Details
Added on Jan 2 2019
4 comments
1,598 views