Hi,
i´ve a problem with the automation tool. If i want to create a new job the, i can´t save it. The "Save as .." is red but no error message.
Best regards JayJayS
Hello JayJay,
The filename to Save As... is validated against a regular expression in config.advanced.php, ending in .csv or .xml by default. However, you can permit any filename by changing line 94 as follows;
$config_filenameRegExp = "/.*/";
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello JayJay,
The filename to Save As... is validated against a regular expression in config.advanced.php, ending in .csv or .xml by default. However, you can permit any filename by changing line 94 as follows;
$config_filenameRegExp = "/.*/";
Cheers,
David.
--
PriceTapestry.com