hi all... i want to import data (txt file) automatically
for example i set it at 12.00Am everyday will import from specific folder
either using report or codeunit
so what module should i need?
is it must have job module? NAS?
where:
Run Sheduler - additional field in setup table,
NTimer is Navision Timer automation component,
Scheduler Interval - is additional field, where interval is defined,
CalculateBonus - is a link to the report you wish to run.
the problem is .... i think our customer doesnt have job module
One thing is what you think and the other what you know about your customer. By the way, you don't need the Job module for the NAV Job Queue functionality.
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Exactly.
is there any other way for automatic?
It depends on the situation
it should use for developer license,is it?
can user execute that?
2. Setup NAS (Job queue) to run that report
Done.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
the problem is .... i think our customer doesnt have job module
Codeunit 1 Application Management, trigger ID 99 where:
Run Sheduler - additional field in setup table,
NTimer is Navision Timer automation component,
Scheduler Interval - is additional field, where interval is defined,
CalculateBonus - is a link to the report you wish to run.
Hope, it helps!
Follow my blog at http://x-dynamics.blogspot.com
One thing is what you think and the other what you know about your customer. By the way, you don't need the Job module for the NAV Job Queue functionality.
You don't need job module. You need the application server module, which comes standard with the purchase of BRL.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
what is the steps to use NAS to execute this CU 50001?