I have a forecast record in time phase as shown below.
I queried the data in the forecast tables. I see it is for SO 521776 which is shipped and closed.
select * from erp.forecstDtl where partnum = ‘WMAL-2248-HH-WM’;
select * from erp.Forecast where partnum = ‘WMAL-2248-HH-WM’;
First, how did the forecast records get created? We never have these records. Second, can I just remove the records?
Thanks
Tony