
Hi,
I have created a report to import items, item variant, sales prices, and purchase prices from BMECAT and in the end show statistical data like no. of new items created, no. of items updated, no. of items unmodified etc. into business central.
I want to implement preview feature in BC 15.
This feature goes through the same report and create items, item variant, sales prices, and purchase prices. But at the end everything has to rollback except statistic data.
Is there any way to rollback without creating error and at the end show the statistical data?
Thanks in advance.
Use temporary tables instead of the actual tables. Will only exist at run time.