Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Turning on Stock Allocation is required to be turned on for Auto-Warehousing. Before turning on Stock Allocation, the system quality must be good before processing with the following steps.


  1. Run a bulk update to set the maximum shipments per customer to 2
  2. Enable stock allocation
  3. Run this query to bulk update all outstanding sale order lines to “Allocated” supply type:
 
UPDATE saleorderline l, saleorder h SET l.SupplyType = 7 WHERE l.SaleOrder= h.Oid AND h.Status NOT IN (3, 5) AND l.SupplyTYpe = 3;
 
  1. Run the “Allocation Outstanding Orders” task
  • No labels