It's possible to create a transaction-less test environment as a copy of production using the new unified environments. You reduce your storage footprint by removing transaction data. For interest, this can also be achieved directly through SQL using a script generated by the following X++ runnable class: internal final class RunnableClass1 { public static void... Continue Reading →