Problems with Item Tracking / Lot No. / Expiration Date

cure
cure Member Posts: 77
Hi there
I've a very serious problem with the Expiration Date.

I create a new sales line. then I choose the right Lot No. (F6510). Now the Expiration Date has been inserted automaticly (after a small bugfix......)

But now, when I'm leaving this form, Navision loose the Expiration Date and I have no idee why. When I insert the Item Tracking for the second time, now Navision save that value!!! After some hopeless Request with MS-Switzerland, I hope to get a solution key in this forum.

Thanks for any help.

greets, curdin

ps: I know, it works in version 3.70.A and 3.70 incl. HF17 but is nearly unpayable for the customer (use 3.70 without any HF) to upgrade!!

Comments

  • NaviTools.com
    NaviTools.com Member Posts: 88
    Hi,

    Maybe your little bugfix introduced another little bug :-k

    From what you've writen it looks like value is stored when Navision changes current record. There is implicit MODIFY when this happens.

    Do you miss a MODIFY somewhere in the code that inserts Expiration Date automaticaly?
    http://www.NaviTools.com
    Documentation for Microsoft Navision
    E/R diagrams, Workflow diagrams, UML diagrams, process diagrams
  • cello
    cello Member Posts: 8
    You have to apply another small bugfix :lol:

    In codeunit 22 your expiration date is set back to 0D when posting.

    ItemLedgEntry."Expiration Date" := 0D; // No Expiration date on negative entries

    so just comment it out and your expiration date should be back.
    but i really dont know what other impact this could have :?: