EP - AX - (some of the) Page event life cycle

Some of the events / methods and the order in which they are fired / executed when executing an ep page:


1. OnInit (C#)
2. CreatingDataSetRun (C#)
3. Init - Dataset (AX)
4. Page_Load (C#)
5. PreRender (C#)
6. Active (AX)

 More to come ... in the attempt to better chart them. These are the general steps the page is going through, not related to a particular task (like insert, delete, etc.).

No comments:

Post a Comment