Options

Run Codeunit in Memory

mordredmordred Member Posts: 14
edited 2011-02-04 in NAV Three Tier
Hi !!!

We have Dynamics Nav 2009 SP1

How can i run a codeunit in my server in memory?

Thank

Comments

  • Options
    pdjpdj Member Posts: 643
    If a user executes a codeunit using the RTC, the codeunit will be executed at the NAV server tier.
    If it should be executed automatic at certain times, you should take a look at the Job Queue module. It uses the NAV Application Server.
    Regards
    Peter
  • Options
    mordredmordred Member Posts: 14
    Thank Peter.

    I want to execute automatic codeunit at certain times, How can I use the Nav Application Server?

    Thank.
  • Options
    kinekine Member Posts: 12,562
    I recommend to try to use webservices for that. You can schedule the call of the webservice e.g. by using SQL Agent. See this: http://mibuso.com/blogs/ara3n/2009/11/1 ... b-service/
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.