How to add Multiple Rows in OAF Create Page table region
I am using EBS 12.2.10 with database 19c (19.10.0.0.0) I am developing a create page in OAF with table layout region. Is there a possibility to add multiple rows at a time like forms 10g? I added a button in table layout and onclick created a new record line but it randomly creates a new row in region not in last. I tried with vo.last() but it did not work.