Hi
Is there a way of viewing or managing the queue of orders set to print at home? I'd like to be able to view the queue and delete some PAH requests, or mark them as sent.
For example, orders that are set to Print at Home but don't have valid PAH tickets (eg. performance in past). These end up being processed every time the TPAHT service runs, but nothing is printed. Currently I fix those by changing the delivery method to COBO.
Hi Ian,
This was a long time ago - did you ever figure out where to view items currently in the PAH queue?
Hi, Frannie--
Do you know about this sproc? I use it a lot:
exec wp_get_orders_for_delivery @use_primary_email=default,@delivery_method=N'10', @order_days_past=15
(replace "10" above with whatever your PAH id is from TR_ORDER_SHIP_METHOD)
Hi Chris - I didn't! Very cool, thank you.