
Hi,
I am using automation variable in order integrate a .Net application with Navision. THe fuction is like it fetches sales line no, document no and item no and loads a form in .Net. The same works perfectly fine while i am opening it form Classic client but while opening the same form RTC NAV-Not reponding issue pops in. What can be the reason for it?? I use the same codeunit for both classic client and RTC.
*This post is locked for comments
I have the same question (0)how do you create the instance of the automation in the c/al code?
if only by create(automVar), then try create(automVar,true,true) for running in RTC. to switch between the calls you can use isservicetier command.
follow