Codeunit - from where?

Hi all!

I wonder if there is a way to find out, from where, a codeunit i called from?

Regards,

Håkan Westrup

No, you’d have to turn on the debugger or write special code for that.

Ok, Thanks!

If you know how to use NAV Developers Toolkit you could use the functionality where used to find from where a specific function in the codeunit is called. Might even be able to search all places where the Codeunit is used.

/Jinnis