hi folks,
Error: I am unable to release transfer order because it says: Cannot Match Item Tracking
not sure if my assumption is right, its because of item tracking setup in item card
-anyone knows when do nav insert into lines/ records item specification tables? i tried to setup in the item card> Item Tracking Code, Item Tracking No's, Starting No Series but still unable to NAVISION insert records into item tracking specification.
appreciate your helpfulness in advance
Answers
Hope this helps.
Chn
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla
thanks for replying.. after inputing items in my transfer documents, Line> Item Tracking Lines> Shipment> Under Lot No Elipses [...], look up into it and select the lot that i want> input the quantity (base)> put the cursor on next line to ensure that tracking lines data is being captured> press <esc>> NAVISION actually shows savings item tracking lines and go back to the transfer order line..
When release the document still i got the error message:
understand that... however i realize that the reservation status still under 'surplus' instead of reservation..
when 'll it become 'Reservation' since I am unable to realease the document...?
:roll:
Chn
let me see if i got your point right, i went to the warehouse entry table, on the particular record, i cant find the Lot No and serial number field to consist of any value, when i click on the look up, it prompts me : No information exists for Lot No.
where else can i check on besides this ?
What I meant here is that the message may have got something to do with the warehouse shipment and receipts. I mean the locations you have selected in the Transfer Order may be warehousing locations, in that case I think there are some more processes to be followed before you can release the order. As I said I am not an expert in warehousing, so I guess you need to find out whether you are missing some steps which needs to be carried out in case the location selected is setup in NAV as a warehouse. Hope this helps.
Best regards,
Chn
thanks for clarifying... its set as non structure warehouse, thus no warehouse receipt required..
IF (TempTrackingSpec."Qty. to Handle (Base)" <> 0) OR (TempTrackingSpec."Qty. to Invoice (Base)" <> 0) THEN
ERROR(Text002); // Cannot match item tracking
I tried with some serializable items in my test database, and it works fine.
Chn
much appreciated your testing...i got my error from
Codeunit 99000830 Create Reserv. Entry\BalanceLists()
Chn
#-o
i have 2 batch of stock, basically when reserve NAVISION normally uses the oldest batch (based on FIFO principle), and the oldest batch in which my transfer older trying to apply cant find the relevant tracking number with this batch, therefore i explicitly choose the second batch where there's a lot no, and wa lah, i can post ship & receipt already.. \:D/
now the issues is, for the batch without tracking number, how do i assign them ?