Hi all…
I have a local variable 'FromBinContent ’ inside a function.
Name DataType Subtype Length
FromBinContent Record Bin Content
FromBinContent.RESET;
IF FromBinContent.FINDFIRST THEN;
Second line gives me this error
Microsoft Dynamics NAV
---------------------------
The Bin Content already exists.
Identification fields and values:
Location Code=‘WHITE’,Bin Code=‘W-01-0003’,Item No.=‘TEST2’,Variant Code=’’,Unit of Measure Code=‘PCS’,
Category=’’,Family=’’,Bin Ranking='90’
---------------------------
OK
---------------------------
Can anyone please explain me how this can occur?