Sales Quote with sales order number.

GierkinkGierkink Member Posts: 18
Our customer claims that approximately 5 times a year a sales quote emerges with a sales order number. 8-[ The Navision version is 3.70.
Quote an order use seperate numbering sequences.
Is anyone familiar with this ?

By the way : the saler order number for the quote, also exists as
an sales order. :shock:

Comments

  • Alex_ChowAlex_Chow Member Posts: 5,063
    Nope... Never had this problem before, even for large implementations. Check your mods, I can bet the problem is there.
  • garakgarak Member Posts: 3,263
    check also if the user has the permission to change the No. field on Sales Order form.
    Do you make it right, it works too!
  • fverkelfverkel Member Posts: 66
    Indeed, check your mods.

    Long shot:
    IF you have fields containing the "Document no.", and the TableRelation points to "Sales Header.No." but does not contain Document Type
    AND
    the LookupFormID would point to a form where you can insert records
    THEN
    you can expect this behavior.

    Seems like a very long shot, especially because it happens only a few times a year. On Friday 13th perhaps?
    But in your C/AL-code you could have a similar situation.
    A SETRANGE on "Document no." without filter on "Document type", then a RUN or RUNMODAL with a form where one can insert records.

    You could use the DevToolkit to find how and where forms-that-can-insert-these-records are called.
    I would expect a menu-item that isn't used very much.
    Keep It Simple and Stupid (KISS), but never oversimplify.
Sign In or Register to comment.