Hi experts,
I ran into the following issue:
I developed a .net client AddIn which exposes a few events to the page it is placed in ( [ApplicationVisible] ).
The AddIn works and the events fire - everything cool so far.
However in the event Trigger, i seem very restricted in how functions work.
MESSAGE and ERROR work like a charm, while im not able to get a Page.RUN to work.
Basically the way my Add-In should work:
Add-In Fires Event -> NAV opens a page accordingly.
Im happy about every hint i can get!