Hello
I need to add some custom code to a standard page, now I would like to use events and not modify the original object.
I understand the basic process of creating a custom event, but when I try to "raise" the event in the page and add the line with the publisher I always get a compile error message. What did I do wrong?
Here is what I have until now:
I created a codeunit with the event publisher:
I tried to add the event to the desired page (here I get the error)
And I created a subscriber function (which has no code yet)
Why I am not able to compile the line in the standard object where I try to raise the event?
Thanks for every suggestion/answer
Best Regards
Joshua
*This post is locked for comments