hi all
since i'm not familiar using NAS
and my customer not willing to buy granule for execute NAS
i want to use another way... by using windows scheduler to automatic import
my question is.... can we use windows scheduler to automatic import from web services?
thanks in advance
0
Comments
I presume you will be consuming the web service using a codeunit. If thats the case i'm pretty sure you can set it by making a dummy form and calling the codeunit from that form.
so for the import process, i should do it in codeunit?
not in c#?
thanks
This should work and enable you to do your automatic import job (or any other job you call in the webservice method).
Don't forget to run the scheduler task under an network account that has NAV permissions!
thanks for the advice
Webservice / Win-Scheduler is just used to call your import.
thanks for the share