Options

Calling automation with codeunit in rtc

KisuKisu Member Posts: 381
edited 2011-12-12 in NAV Three Tier
Is it possible to use automation on rtc client with codeunit?

I've a external database query with automation in navision CU and I'd call it from rtc client.
K.S.

Comments

  • Options
    james_csjames_cs Member Posts: 39
    Yes - it will behave exactly as per the classic client except that you have to be aware where it executed.

    By default the automation will be created on the server - that is the computer on which the NAV Server is running. If you want the automation to run on the client then you have to use the CREATE function with the third parameter set to TRUE.

    I refer you to the C/SIDE help for further reading. :)
Sign In or Register to comment.