app engine with 2 component interfaces
Hello. I built an app engine that calls 2 CI's after reading a CSV file. The 1st CI (Deposit entry) creates data used in the 2nd CI (Accounting Entry). If the 2nd CI fails ("Error changing value" etc) I do not want the 1st CI data to be committed (I don't want the Deposit_ID that was created to be saved) They are in separate steps, but both within the same section. I thought if the 2nd CI fails, the app engine would do an auto rollback, but that's not happening. When there are no data issues, the 2 CI's work