
How can we know that table 36 and codeunit 80 are associated by looking at C/AL code in codeunit 80? How does the posting of sales order happen with the help of codeunit 80?
*This post is locked for comments
I have the same question (0)If you look at the OnRun section of codeunit 80, you will see that the codeunit receives SalesHeader as parameter. At least from that you can tell that it is related.