This topic is locked

Just a quick one on Exporting

11/2/2013 12:00:01 PM
PHPRunner General questions
S
swanside author

In my jobs table, I have job_no which is the primary key and auto increment

When we select to export a job as an xml file, it saves it as job.xml, is there a way I can get it to export and save as the job_no.xml, so it would be like 1033223.xml?
Cheers

Paul

C
cgphp 11/3/2013

You have to manually change edit the job_export.php file.

Open this file and search for job.xml, then replace the job word with the session variable that contains the job number.