Hi,
We are facing this inconsistent issue of data clashing across threads, on production environment of our multiple customer’s. It’s not reproducible at will at all.
Use case : Multiple records (ranging 25-50), with a…...DataTableCollection tables = dataSet.getTables(); if (tables != null &&...&& tables.getCount() > 0) { merge.execute(tables.get("PrintForm"));...