Sales Order Process

fmhiguefmhigue Member Posts: 290
Hi everyone:
Do you know if there is a place when I can find How the Sales Order process works?. We need to identify what fields are getting update on Table 36 and Table 37 at the moment the SO is created. And then what fields get updated when we start typing information.

Basically what our customer is looking is a way to create a codeunit to insert a text file into NAV from another system and then NAV automatically identify the fields to be populated.
We need to know what fields are required in order to automate the process.

Thank you in advance

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    I have documented some of this in my book, but as far as I know it is officially undocumented and hard to find out.

    You can use tools like code coverage and client monitor but you'll find out that it's difficult to "see" the architecture unless you know how NAV is designed.
  • kinekine Member Posts: 12,562
    I think that easiest way is to get the "how the order is created manually" (which fields in which order are filled in by users) and do it in same way.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.