Lot no. in Consumption/Output Journal

AlkroAlkro Member Posts: 115
Is possible adding "Lot No." Field in Consumption/Output Journal Lines and Register without open "Item Tracking Lines" Form?

Best Regards

Answers

  • kinekine Member Posts: 12,562
    With customization yes. Or if you set the tracking directly on the Production Order, the process will use these settings by defaults (if you use the functionality to post consumption andotput - not in manual mode...).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tinoruijstinoruijs Member Posts: 1,226
    Maybe needless. If you are going to customize Item Tracking; Don't underestimate it!
    I have had very rough times with it. :evil:

    A quote from another post about Item Tracking:
    Because Item Tracking is written completely different than the rest of Navision. (http://www.mibuso.com/forum/viewtopic.php?t=10702)

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • AlkroAlkro Member Posts: 115
    kine wrote:
    With customization yes. Or if you set the tracking directly on the Production Order, the process will use these settings by defaults (if you use the functionality to post consumption andotput - not in manual mode...).
    How?

    I can see Lot No. but is in Line-Item Tracking Line. The same in Consumption or Output Journals.

    I won't user have navegate in Forms. I need they put "Lot No." in Line because only can see "register" button.
  • AlkroAlkro Member Posts: 115
    Example:

    I make a big Form, with 2 SubForms, with SubFormID Consumption and Item Tracking Lines Forms.

    How can i make a button that refresh the Item Tracking Line with the line in Consumption Journal.

    If i have 3 lines in Consumption, when i put the cursor in line two, i push in a bottom (For example) and Refresh "Item TRacking line" Form with its "Lot No.".

    ??
  • kinekine Member Posts: 12,562
    The tracking is based on reservation entries. E.g. you can use these functions:
    CreateReservEntry.CreateReservEntryFor(...);
    CreateReservEntry.CreateEntry(...);
    

    with correct parameters and it will create the entry. The CreateReservEntry is codeunit "Create Reserv. Entry".
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • AlkroAlkro Member Posts: 115
    kine wrote:
    The tracking is based on reservation entries. E.g. you can use these functions:
    CreateReservEntry.CreateReservEntryFor(...);
    CreateReservEntry.CreateEntry(...);
    

    with correct parameters and it will create the entry. The CreateReservEntry is codeunit "Create Reserv. Entry".


    GREAT!!!!

    Working =D>
Sign In or Register to comment.