I allow user to add more than one record (let say order lineitems), then only press save button to in one batch.
I need to check for record uniqueness after new record added.
1. How to check uniquness before actually save to db?
2. If I loop thru the records to check for uniqueness, any impact if my "record pointer" moved?
Thank you