Our A/R manager selected the incorrect batch for invoice printing and about 250 invoices are set to be sent - in error. We stopped the application server, but I'm sure they're in the queue.
Is there a way to delete unsent quick send items or will they attempt to resend once the app server is reconnected?
-Rose
*This post is locked for comments
Thanks for the info, we were able to successfully resolve this.
If you have access to SQL Management Studio, you can go in and update the status of the outstanding requests so that App Server sees them as complete and will not process them.
To verify the unprocessed requests you can run this against the SL system database:
select * from AppSrvRequest where Status='0'
If all looks good then you can run:
update appsrvrequest set status='3' where status ='0'
I would suggest doing a SL system DB backup before doing this just to be safe.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156