Automation for Actinic: Transferring info. from Quickbooks to Actinic

Automation for Actinic: Transferring info. from Quickbooks to Actinic

If you are using Quickbooks and want to transfer information from Quickbooks to Acinic (e.g. product details, customer details) automatically you can use the following approach:

1 Create a batch file with the following information:

"C:\Program Files\MoleEnd\Automation for Actinic\V8\ME_TaskKiller.exe" -B -D 30 -P "Actinic Link for QuickBooks POS (Actinic to QuickBooks POS)"
@ping 99.0.0.2 -n 30 -w 1000>null
"C:\Program Files\Actinic v8\Catalog.exe" -q
start /B cmd /c "C:\Program Files\Actinic Link\QuickBooks POS\QBPOSToAct.exe"
"C:\Program Files\MoleEnd\Automation for Actinic\V8\ME_TaskKiller.exe" -B -D 30 -P "Actinic Link for QuickBooks POS (QuickBooks POS to Actinic)"

NOTE: You should replace V8 for your version of Actinic being used (e.g. V7).

An example name for the batch file is c:\temp\CSWQB.bat

2 In the Order Processing tab in the Automation for Actinic options enter the name of the batch file in the Run Program at End of Processing area (e.g. c:\temp\CSWQB.bat).

3 Select When the program exits

4 Tick Run Actinic Export

    • Related Articles

    • Automation for Actinic: Problems closing Sage/Quickbooks Link

      Problem When using OSA with export set to "on" for Sage Link. The first run works but the Sage Link dialogue box remains open to confirm the CSV files have been transfered into Sage, when you run the next scheduled automation the system can't open ...
    • Automation for Actinic: Automating multi-site Quickbooks/Sage link

      How to use Automation for Actinic with multiple Actinic sites with QuickBooks Pro and Sage Line 50 If you use Automation for Actinic to export your orders from different Actinic sites and you want to import these into different accounts in either ...
    • Automation for Actinic: How to automatically put your Actinic orders into Sage (or Quickbooks)

      You can use Automation for Actinic to automatically take your Actinic orders and transfer them to Sage Line 50. This means that you can effectively leave your Actinic PC to 'look after itself' and do all of your Order Processing within Sage. ...
    • Automation for Actinic: Times out when closing Actinic

      Automation for Actinic can close Actinic at the Start and End of a run. Automation for Actinic can timeout if you have have Backup during shutdown enabled in Actinic. You should disable Actinic backups (as only the previous instance is kept each time ...
    • Importing orders into Quickbooks or Sage

      An alternate method to import into Sage 2008 or Quickbooks 2008 is to use a CSV import program. Mole End are developing enhancements to its products to make this task a single step from Actinic to Sage or Quickbooks. At the current time you can ...