If you are referring to the MaintenanceFormToolstrip then no. There is not an option for the MaintenanceFormToolstrip that indicates that the BO(s) should save on a transaction. You will have to either do this in code or within your own toolstrip. In most cases, when transactions are used it is in an environment where you are already in code adding a lot of records and will be calling the Save() method directly, in which case you can go ahead and save on a transaction. When in a MaintenanceFormToolstrip situation, in most cases, there are generally few records and not in a high volume or transaction oriented environment....that is why this has never been added.