Copy/Paste from one line of a sales order to the next

AngelaMillsAngelaMills Member Posts: 29
Does anyone know how to copy/paste one line of a sales order to another line. Basically, we want to be able to move around lines... Will the new 2009 sp1 support this feature? thanks for the help. Angela

Comments

  • asramaboyasramaboy Member Posts: 18
    Hi Angela,

    I don't know whether the 2009 SP1 support this.

    When you create a new sales order line, system did a lot of checking and update some system control fields at the back end. for example:

    1) Check Inventory availability
    2) Check Customer credit limit
    3) Suggest Item's prices
    4) Build Dimensions
    5) Check Approval
    6) etc.

    Those checking and validation activated by system differently when you input difference fields. But when you copy/paste a line, system will not do some of the validation and checking. Some modification needed in order to get your function, please check with your vendor or your programmer.
  • krikikriki Member, Moderator Posts: 9,110
    Actually, it has been disabled on table 37 by table-property "PasteIsValid".
    There is a VERY good reason it is NOT enabled: there are a lot of triggers to run when you insert a new line it would create a lot of problems if you could just paste a line into the table.
    You can better write a function to copy/move certain lines to another document.


    [Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.