Is there a way of automatically generating an orders.csv file each time I download my orders so that I can see these listed for entry into an external order processing application?
...which will start Actinic, download and carry out any outstanding exports. Of course, it will only export new orders if you have 'Bypass Catalog Order Processing' checked in 'Business Settings | Ordering'.
Otherwise, you could use MS Access to create a new database with a table linked to the 'Orders' table in ActinicCatalog.mdb'. The challenge then is to identify the most recent orders. I guess you could run a query on 'Create Date' or else a query to identify the orders that have not been marked as shipped yet.
Comment