The Purchased Product Advice report runs twice per day. It generates an email primarily for Helen and Michelle Evans to know what vendor items to order to keep in stock in the freezers. It looks at inventory, sales history, lead time, etc. on many products and suggests when they should order each item and how much to order. 

Occasionally the lead time will change on one of these products. That is stored in a table called PurchProdLeadTime. Here is an example of how to update the lead time for a particular product:


BEGIN TRAN UPDATE PurchProdLeadTime SET LeadTime=14 WHERE Product='63610'