We are running NavAttain executable 3.10A on SQL Server Option and we have a 2.6 codebase. I installed 3.10A Application Server and added Trigger 99 to my Codeunit 1. Ran some minor testing and it works fine. My question is, how can I use application server to run codeunit, or processing only report on a Timer, instead of communicating with external components, or is that too much like Job Scheduler??? Any help would be appreciated
Make a codeunit and set it singleinstance, add CTimer (Automation) and set its WithEvents and run this codeunit from the99’er. Don’t forget to set timer interval and enable in OnRun() (and Report.Run in OnTimer() )