Hi folks,
I have a parameter table which let the user decide the network path which the AX batch job would continue to scan & read unread CSV files from.
My psedo code looks like this.
select firtsonly myParamTable;
Filepath filepath = @myparamtable.filepath
// What to do next so as to configure this batch job to read unread CSV files from above network path.
Pls share code /psuedocode
Thanks
Mav