Use a filter datatable with the current transaction details of which you need to search for duplicates and filter the original table and check the count of rows returned,…If count>1 then it is a duplicate row
cheers
Use a filter datatable with the current transaction details of which you need to search for duplicates and filter the original table and check the count of rows returned,…If count>1 then it is a duplicate row
cheers