Converting Service Quotes

qngoqngo Member Posts: 58
Currently we have two different numbering sequences for service quotes. We have one for service, and one for Glass Repair. When we make the quote to an order, it uses the default numbering scheme. Can Navision use different numbering schemes for different sequences?

Thanks

Comments

  • ara3nara3n Member Posts: 9,257
    Yes you can but you'll have to make a modification, It pretty simply to do. Won't take more than one hour.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • qngoqngo Member Posts: 58
    What type of modification do we have to do? We do not have a developer's licence. Can this still be done?
  • ara3nara3n Member Posts: 9,257
    No Unfortunately it cannot be done unless you have a solution developer license. You can ask your NSC to do the mode.

    In Codeunit 5923 Service-Quote to Order
    There is a function GetNoSeriesCode

    which return the numbering series.
    EXIT(ServMgtSetup."Service Order Nos.");
    

    This code need to be changed to return a different numbering series based on a setup.
    Ahmed Rashed Amini
    Independent Consultant/Developer


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