Quote No transfer to Sales Order

fmhiguefmhigue Member Posts: 290
Is there any way to retreive the original Quote No. when a quote is convert to Sales Order.

We use the Make Order button.

Thank you in advance

Comments

  • selece28selece28 Member Posts: 316
    Just add a new fields in Sales Header example : "Quote No."
    then add codes in Codeunit 86
    SalesOrderHeader."Quote No." := "No.";   //Put this above MODIFY
    
    SalesOrderHeader.MODIFY;                    //original codes in CU 86
    

    Hope it helps
    ______________

    Regards,
    Steven
  • kinekine Member Posts: 12,562
    In NAV 5.00SP1 this is part of W1, till this version, there is no such a functionality to keep the Quote no. on orders and other documents.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • selece28selece28 Member Posts: 316
    Yes, thats why when i use Navision 4 SP 3 i do it like that.
    Ow and you might want to include "Blanket Order No." :)

    Regards
    ______________

    Regards,
    Steven
  • fmhiguefmhigue Member Posts: 290
    Is there any report with 4.0 or 5.0 you can send me?

    I am looking a way to measure performance
Sign In or Register to comment.