Can anyone help me to understand how to identify what X++ event handlers are subscribed to a delegate?
For example, by pure luck, I know that when posting a product receipt, when delegate \Classes\SubledgerJournalizer\recordedSubledgerJournalAccountEntries is called, the code in \Classes\SubledgerJournalizerLedgerVoucherExt\recordedSubledgerEntriesEventHandler is executed. This is because I read in some other forum post.
However, when I place a breakpoint in some other delegate, for example, I can put a breakpoint in delegate \Classes\SubledgerJournalizer\insertingDistributedTmp, but how can I identify what event handler is going to be executed???
Thanks.
*This post is locked for comments