Anyone got a good strategy for rolling records bac...
# suitescript
c
Anyone got a good strategy for rolling records back in the event of an error? Let's say you create a customer deposit then you decrement an int on a sales order, the field on the SO always need decrementing when a customer deposit is created. What if creating the customer deposit works but the decrementing of the SO field fails?