When posting to the Consumption Journal we encounter the following error for one particular raw material:
The Bin does not exist.
Identification fields and values:
Location Code='SWPI', Code=''
Any ideas? We've tried everything and nothing seems out of place. Thanks, Chris
0
Answers
IF (Bin."Location Code" <> LocationCode) OR
(Bin.Code <> BinCode)
THEN
Bin.GET(LocationCode,BinCode);
But...everything looks good. We've never seen this before. Must be an obvious one, any ideas out there?
For this particular issue, the raw material we were trying to consume had an additional trace amount (.0001 or something like that)...when we tried to consume, the 'Bin' error was thrown, but each record had a bin code (to answer the latest question).
So this was an anomaly, a rounding issue that seemed to throw an unrelated error. If anyone else has input on similar errors, please share. Otherwise I'll close the issue.
Have a great day. Chris