This topic is locked

An extra Checkbox in the list view

7/10/2009 9:37:30 AM
PHPRunner General questions
S
swanside author

Is it possible to have a checkbox that will show the status of a job in the list view?
So, If I select 5 jobs in the list view and export them, I want an extra checkbox or radio button to show the job has been exported? and timestamp it when it is exported?
Thanks

Paul.

J
Jane 7/13/2009

Paul,
add new fields (export_checkbox, export_date) to the table and update exported records in the Export page: Before SQL query event.