March 2020
Intermediate to advanced
534 pages
14h 15m
English
Pre-and post event handlers are the last resort when we need to hook into standard code. They are very prone to breaking changes, and can often compile and then fail at runtime. They are mentioned here for completeness.
The only time you should encounter pre-post handlers is in code upgraded from AX 2012. In these cases, we should change the code so that it either handles a delegate or uses a Chain of Command.
Read now
Unlock full access