Hot Replenish Error
Hot Replenish Error
— code to fix hot replen error
— run this script to find the product with an error
select * from REPLENIS
where product = ‘ ‘
— code to fix hot replen error
— run this script to delete the item from the table to clear the error
delete from REPLENIS where product = ‘ ‘


