In CSI (cloud), we extend and replace the base form. i.e. instead of Customers, our Site version form XXX_Customers is opened and we write our custom implementation there.
In the event handlers, we had to write a handler for StdFormPreDisplay. so we changed it to "From Base Form = False" and wrote our handlers below Infor's handlers. (Total there were 10 handlers, we wrote 11th handler).
However, in this weekend's update from Infor, they added two more handlers, that we can see in the vendor version, but they are not visible in our site version as our "StdFormPreDisplay" event is "From Base Form = False".
How can we write code for Std* Event Handlers so that they continue to get future updates from the base form and we extend them as well?