view the Sales Quotes given to a customer

shilpa_nandushilpa_nandu Member Posts: 162
Dear Experts


is there a possibility that we can view the Sales Quotes given to a customer even after it's been converted into an order?????

If yes how do I do it?
If no what is the alternative ???? the client will want to see the quote given to it's customer......... for a fture reference... how to handle this?

Shilpa

Comments

  • krikikriki Member, Moderator Posts: 9,118
    Not a standard way. When it is converted to an other, the quote disappears.
    You might use the archiving function. In the converting process, you can archive the quote. You must also put the archive-form on the menu.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • johnson_alonsojohnson_alonso Member Posts: 690
    If I am not misinterpreted, you can't view it anymore in the system, except you print out the quotes first by using HP printer or Canon and keep it before make order from it. I've usually used the sales quote eventhough I archived it, the archive will disappear too after converted to sales order. another alternative, you give the customer the posted sales shipment or invoice from history folder. :D

    rgds,
    Johnson "Yom Kippur War" Alonso
  • krikikriki Member, Moderator Posts: 9,118
    If I am not misinterpreted, you can't view it anymore in the system, except you print out the quotes first by using HP printer or Canon and keep it before make order from it. I've usually used the sales quote eventhough I archived it, the archive will disappear too after converted to sales order. another alternative, you give the customer the posted sales shipment or invoice from history folder. :D

    rgds,
    Johnson "Yom Kippur War" Alonso
    I tried out the archiving and the converting to a sales order. The archive did not disappear (at least not in 3.70A). But you can't see it because you don't have the archive form on the menu.
    In case it disappears, you just have to fix the code so it doesn't disappear. This should be a minor change.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • shilpa_nandushilpa_nandu Member Posts: 162
    Thank you so much!!!!!

    Regards
    shilpa
  • johnson_alonsojohnson_alonso Member Posts: 690
    I tried out the archiving and the converting to a sales order. The archive did not disappear (at least not in 3.70A). But you can't see it because you don't have the archive form on the menu.
    In case it disappears, you just have to fix the code so it doesn't disappear. This should be a minor change.
    _________________

    I use navision 4.0 SP1. I actually have seen in the object designer that sales line or header archive table (version list only 3.70A,ID 5108), consists of quote and order, and it is a table. But it isn't available in the sales order or sales quote before there is a change or adding the sales line or header archive in your navision. after that, we can use it to avoid the missing quote.


    Johnson "Peace For Galilee" Alonso
  • johnson_alonsojohnson_alonso Member Posts: 690
    Hi Shilpa,

    I am sure you have succeesfully done what you want. but hopefully you won't hate me if I write my way as follows:
    1. open sales order
    2. click tool --> designer of the sales order
    3. right click "function button"
    4. just make new line and write "sales line arc&hive" in column "caption"
    5. then in the column action select "runobject"
    6.in the column runobject column press f6 to seek object 5108 (table sales line archive"
    7. close the window to return to no. 2
    8. close all and choose OK.

    now we can see our archives either quote or order but we must add the report menu because it's not available print button there.
    :whistle:


    Johnson "Peace for Galilee" Alonso
    "May Mr. Ariel Sharon will be health soon"-Jehovah Rappha
  • johnson_alonsojohnson_alonso Member Posts: 690
    Hi Shilpa,
    I'd like to renew the archiving document that I wrote yesterday because the answer I gave yesterday will be able edited by the viewer or another user so I want to change the method by adding as follows:
    FORM.RUNMODAL(FORM::"Sales Quote Archive",SalesHeaderArchive);
    CurrForm.UPDATE(FALSE);

    in your sales quote function menu items, after you add in the menu button-menu designer "sales &Quote Archive. Afterwards, eventhough our sales quote has been disappeared, our archive would not. Just simply click function button and select Sales Quote Archive. The header of your sales quote will appear and if you press F5, list of archived docs will be shown.
    I think by the above way anyone except original user won't be able to make some change for sales quote already made.

    :whistle:

    rgds,
    Johnson SDW Alonso
  • shilpa_nandushilpa_nandu Member Posts: 162
    Dear Johnson,

    I tried doin the above....
    I'm unable to view any Quotes listed...infact the sales quote archeive list is empty.....

    Can you tell me why? Or in detailed explain the procedure?

    Shilpa
  • krikikriki Member, Moderator Posts: 9,118
    -Open the Quote-form.
    -Designer (=Ctrl+F2) of the header.
    -click the functions button
    -View=>menu items
    -Create a new menu-item somewhere in the structure
    -properties of the menuitem
    -Caption=Quote Archives
    -Action=RunObject
    -runobject=Form Sales List Archive
    -RunFormLink=Document Type=FIELD(Document Type)
    -Save the form.
    -When you click the new menuitem, a list will open and show all archived quotes.
    -In that list, you can add the "No.".
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • johnson_alonsojohnson_alonso Member Posts: 690
    Dear Shilpa,
    the sales quote archive list could be grab by two ways, one of them like what Mr/Ms. Kriki wrote, beside my way. I think you must call the technical if you still have problem with that. :-k

    rgds,
  • shilpa_nandushilpa_nandu Member Posts: 162
    Dear kriki & Johnson

    Thanks!!!

    Now it finally worked.
    Actually before making it into an order I did not give the "archeive document" fromthe functions tab. That was the problem

    Shilpa
  • johnson_alonsojohnson_alonso Member Posts: 690
    Dear Shilpa,
    thanks goodness then if it's been success.
    :whistle: :whistle: :whistle:


    rgds,
Sign In or Register to comment.