Hello,
We are currently moving from Nav 3.7 to Nav 2k9 using the RTC as the front and I've got a question concerning the Job Scheduler NAS. It appears that any report that was a dialog window will fail as that command is not allowed thru the JOBQUEUE NAS. With that being the case, is there way for a report or codeunit to tell that it is being executed by the NAS? Sort of like: IF NAS.Executable = TRUE then DIALOGALLOWED = FALSE. If not the only option I can see would be to make copies of each of the reports and make JOBQUEUE 'approved'.
Thanks,
Ian
0
Comments
So, you could use the GUIALLOWED function:
Checks whether the C/AL code is allowed to show any information on the screen.
[Ok :=] GUIALLOWED
I traded my sanity for a railgun