Hi all,
My client have a requirement. He want to do an automatic email to the customer at the end of day to inform about the invoices created over the day at the end of the day (Lets Say 5 pm). I think i have to do scheduling for this task, is there any scheduling feature available in NAV? I am completely new about this task. Please help
Regards,
Tularam
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It will automatically execute the object on sechdule time which you have defined to run. take a look at this.
If i have to do that on Ontimer trigger of a form is there any way to open form in background?
Regards
Tularam
You can't open that form in background.
This gives you the Classic option of running the job queue via NAS which schedules tasks.
You can use web services using Windows to schedule tasks.
You can use SQL Server agents to schedule SQL Server tasks which includes mail functions and of course the use of SQL to query data.
The other option you seem to like is keeping a form running continuously using a timer - seems a little primitive to me, but should work as long as the form stays up.
http://mibuso.com/blogs/davidmachanick/