I have got a codeunit and need to run a form or a page depending on the version whislt running the coduenit. That is I need to runmodal. What should i do in order to instruct NAV to run the form in a classic version and a particular page in the RTC?
0
Comments
I think I found the way:
If IsServiceTier then
Page.RUN(4711);
else
Form.Run (4711);
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!