Hi,
I have created an event subscriber for an OnBefore___AssistEdit integration event and I need to set the IsHandled parameter to true to skip the base code.
However, at the end of the base code there is a CurrPage.Update().
How can I call that from the event subscriber?
Is it even possible? If not, what are my options to replicate the base code as much as possible.
Do I need to hide the base field and create my own?
-Julie