I am trying to write some code to include in an export dataport that would set the folder location and a variable file name e.g. C:\TEMP\ClientNameDateTime?
I have also been led to believe by my vendor that Nav does not have a scheduler? Is this true? Are there any addons? What do other people do?
The Job Scheduler relative tables are #5980~#5982. To run Job Scheduler, it need one user login Nav and keep it running it 7-24 therefore it will occupy one user license. If you purchase the Service granules then you shall able to run the job scheduler. I am not sure you can purhcase granules for only job scheduler relative tables & forms.
Sue, instead of hard coding the path and file, add a field to a setup table, and program the dataport to retrieve it from there. That way, a user can change the default path/file without having to change the design of the object.
However, how do I then get the dataport to write to this file? Do I need to pass every record to a new field and then WRITE these fields to the file? Can I not just point the dataport to this new variable (in properties)?
Sorry, I am no developer (as you can see) and have a very limited budget - so can’t get my vendor to help as they would consider this consulting.
I am very frustrated as I used another ERP system and this was the easiest thing in the world - no development required! It also had an inbuilt easy to use scheduler.