Identifying code

thomastthomast Member Posts: 102
edited 2015-06-09 in NAV Three Tier
Hi Guys,

How would you go about identifying in which object/function a piece of code is executed? For example, I need to find the code where the Posted Warehouse Shipment Header is created when posting a Warehouse Shipment?

Could I maybe put an error msg. somewhere or maybe deliberately make something wrong to the Posted Warehouse Shipment Table so that it will give me an error?

Thanks,

Thomas.

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    You can export all NAV objects in text-format and use some tool to analyse. Then you could search for all INSERT-statements on the Posted Warehouse Shipment header table.

    One such tool is Statical Prism 1.2.0 Community Edition (CE)
    Look at this page to find some usage examples: http://www.stati-cal.com/learn.html
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • MBergerMBerger Member Posts: 413
    If you are on classic, use the client monitor while posting the Warehouse Shipment, and then use it to see where the insert statement into the Posted Warehouse Shipment Header is.

    For more info on the client monitor, see here
Sign In or Register to comment.