How are the Warehouse Shipment Lines created?

xina_manxina_man Member Posts: 116
Hi there,

I wan to to include some aditional information in the "Warehouse Shipment Line" Table, but I cant find the CU or table code used to create those lines.
Can anyone help me with that?

Thanks in advance!

Answers

  • i4tosti4tost Member Posts: 208
    5750 Whse.-Create Source Document
  • ara3nara3n Member Posts: 9,256
    To find what codeunit runs the code, you can use codecoverage. Turn it on. Tools->debugger-codecoverage->Start
    Run through the process that creates the shipment. Then stop codecoverage. You will see all the objects that code run through. you can click on code which will open all the code for that object. you can click on show all and see all the code that run.
    You can filter on specific field or function and you will see where it is run.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • xina_manxina_man Member Posts: 116
    Thank you!

    I've found it and made the changes i need!
Sign In or Register to comment.