Error while item selecting serial no in Sales Order

ramkumartramkumart Member Posts: 20
Hi All,

In the sales order (sales line), while selecting the item serial number tracking for an item, the below mentioned error occured. The serial number was already assigned to the item in the Warehouse receipt / GRN card.

error message: " You cannot enter '32:0,,970432' in Record ID. The cursor is in front of the invalid character"

Please help me. ](*,)

Comments

  • kapamaroukapamarou Member Posts: 1,152
    Can you debug the error and show us what happens?

    Record ID is a type that holds the primary key (ID) of a record.

    Such a field exists in table 8004 Notification Line.

    If you try to insert 32:0,,970432 in a record there you will get an error since the PK of table 32
    is just an integer value.

    If you try to insert 37:0,,970432 you'll see that it is accepted. (Just an example to see the difference).

    So debugging your program and showing the error line will help us pinpoint the issue.
  • kinekine Member Posts: 12,562
    You are not mentioning your NAV version. But I remember some errors regarding that error in standard objects. There must be already solution in Knowledge Base. Just search the KB on PartnerSource if you are partner, or CustomerSource if you are customer (or ask your partner for assistance).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.