Sales Header info to Production Order

KisuKisu Member Posts: 381
Heyas
I'd need to get Customer Order No and Sell-to Customer Name from Sales Header table to Production Order Table.
Is it only way if I add the fields and fix the code to the codeunit which does the transfer or is there other solutions.
K.S.

Comments

  • David_SingletonDavid_Singleton Member Posts: 5,479
    Kisu wrote:
    Heyas
    I'd need to get Customer Order No and Sell-to Customer Name from Sales Header table to Production Order Table.
    Is it only way if I add the fields and fix the code to the codeunit which does the transfer or is there other solutions.

    Of course there are other ways, but this is generally how I do it.

    just be aware that once you do this you are breaking some business rules in Navision, but so long as you are aware of that you should be fine.

    By the way, the biggest part is working out where to put that bit of code. Also be aware that if you want to upgrade, that these routines are different from version to version.
    David Singleton
  • KisuKisu Member Posts: 381
    Ok thanks
    K.S.
Sign In or Register to comment.