Service Item Reservation

bryan_823bryan_823 Member Posts: 4
This is a question pertaining NAV5.0 service management.

In the service item worksheet, there are fields "Reserve" and "Reserve Qty" under Service Line table 5902. But how is the reservation of the service item is done? I dont see any function for reservation in service order or service item worksheet.

Comments

  • KimDynKimDyn Member Posts: 35
    I know this is an old post, but I have the same question. Does anyone have insight to using Reservations (Automatic or Manual) in Service Management?
    Kimberly Weir
  • ara3nara3n Member Posts: 9,256
    in nav 2009 sp1. the automatic reservation is working. They just missed the manual part.

    here is the link on how to add that.

    https://connect.microsoft.com/dynamicss ... kID=492807
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • WhiteLGWhiteLG Member Posts: 7
    Could you please re-post the link because it is not working.
    Thank you
    ara3n wrote:
    in nav 2009 sp1. the automatic reservation is working. They just missed the manual part.

    here is the link on how to add that.

    https://connect.microsoft.com/dynamicss ... kID=492807
  • ara3nara3n Member Posts: 9,256
    On Sales Order a user can click on Function->Reserve...

    And see the reservation entries and manually cancel or reserve entries. This functionality is missing from Service Item Worksheet.

    The underlying functionality is available on Reservation Form.
    With simple modification to Item worksheet and Item worksheet subform


    ShowReservation()
    TESTFIELD(Type,Type::Item);
    TESTFIELD("No.");
    TESTFIELD(Reserve);
    CLEAR(Reservation);
    Reservation.SetServiceLine(Rec);
    Reservation.RUNMODAL;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.