I accidentally closed an empty batch. Is there a way to either reopen it or delete it?
Thanks,
Nichole
I've always resolved this by running an update statement on the back end. I've never had any problems with this tactic in the past! "H" = held, and "O" = open. I tend to move it to held and then do whatever else I want with it on the client side.
update T_BATCHset status = 'H'where batch_no = XXXX
Nichole,
Is there any particular reason that batch needs to be deleted? If it is an empty batch, you can just post with whatever batches are next being posted, and it will not affect anything.
John