Skip to Main Content

Java Development Tools

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 to delete rows in my vo that are inserted in two's and sometimes in one's?

TAJDINDec 22 2015 — edited Dec 28 2015

Sir

My jdev ver is 12.2.1.

My use case is that I have a VO in which I enter rows in two's and sometimes in one's because of the sales tax involvement in some products.

Out of two rows only one row is visible to user that have product Id.

The second row out of two is hidden that have no product Id.

Now how to remove these rows in two's and one's in the same way as they were inserted in two's and one's .

The rows pic is something like this

multiple rows delete.png

Now my question is that only one row is visible to user that have product Id and the row without product Id is hidden to user in my vo.

Then If user click the delete button then both rows are to be deleted together on one click of delete button in case of two rows added together.

Regards

This post has been answered by TAJDIN on Dec 28 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 25 2016
Added on Dec 22 2015
11 comments
640 views