Desktop POS: Update EDC Batch Status-Query
Instructions to Update the EDC Batch Status with a Query
Update EDC Batch Status Query
Setting open batch status to show settled (Batch XXX)
select * from VisaNetAuthorization where visanetbatchid = XXX
update VisaNetAuthoriztion set status = 2 where visanetbatchid = XXX