item tracking problem

JouhaynaZeidanJouhaynaZeidan Member Posts: 22
Hi ,

I am trying to apply tracking item no .
i did the setting up .

when i am trying to choose the lot no in production order for the raw material , iam getting this message

YOU Cannot enter '32:0 , 1538537' in RECORDID . The cursor is in front of the invalid character .

1538537 refernce to table 32 .

if any body has any idea about this problem , i will be grateful .
Experience will learn me a lot , as Experts like you

Best Answer

Answers

  • DivyaDivya Member Posts: 125
    Did u customize anything in Table 32
    Victory is sweetest when you've known defeat
  • JouhaynaZeidanJouhaynaZeidan Member Posts: 22
    yes divya we have customized little ... adding some keys .... and some fields

    little not too much . not related to item tracking ....
    Experience will learn me a lot , as Experts like you
  • DivyaDivya Member Posts: 125
    ok.. Let me know following points..

    1. Make sure the Lot number is available in that particular location
    2. Just Debugger --> Active. See in which object(Table or Codeunit), which function the error is coming...
    3. I saw in released production order --> Item Tracking lines --> click on Lot --> There is no ok button there... Then how can u select lot number in Production order

    Thanks..
    Victory is sweetest when you've known defeat
  • JouhaynaZeidanJouhaynaZeidan Member Posts: 22
    i debugeed ... it stopped at
    Codeunit 6500 item tracking management \Isvalidbincode(ReversEntry,bincode)
    Experience will learn me a lot , as Experts like you
  • JouhaynaZeidanJouhaynaZeidan Member Posts: 22
    IsValidBinCode(ReservEntry,BinCode)
    WITH ReservEntry DO BEGIN
    IF Positive THEN BEGIN
    SETRANGE("Entry No.","Entry No.");
    SETRANGE(Positive,FALSE);
    IF FIND('-') THEN;
    END;

    RecRef.OPEN("Source Type");
    EVALUATE(RecordID,GetRecordID(ReservEntry));
    break point is here
    IF RecRef.GET(RecordID) THEN BEGIN
    FieldRef := RecRef.FIELD(GetFieldNo("Source Type"));
    IF BinCode = FORMAT(FieldRef.VALUE) THEN
    EXIT(TRUE);
    END;
    Experience will learn me a lot , as Experts like you
  • JouhaynaZeidanJouhaynaZeidan Member Posts: 22
    please also read my last two replies ...

    in Released production order --->line ----> componenets
    > line ---> item tracking line

    thank you for your help
    Experience will learn me a lot , as Experts like you
  • JouhaynaZeidanJouhaynaZeidan Member Posts: 22
    I 've got the solution ... thank you alll ....

    /www.mibuso.com/forum/viewtopic.php?f=23&t=15946&start=0&st=0&sk=t&sd=a&hilit=You+cannot+enter+%2732%3A0
    but if any body can tell why it makes like this in reservation entry , i would be very gratefull
    Experience will learn me a lot , as Experts like you
Sign In or Register to comment.