Example of XML Based Remote Worker - Database Query Request
Here we are entering a SQL Query and file name manually, for Acceptum to process via its FTP process.
On a fully functioning web site these queries would be built automatically by web pages based upon user responses and inputs.

Output File name
SQL Query
Examples of other SQL Query statements
Select * from custdocs where company = "TESTCO" and customer = "Customer 1"
Select * from ledgerlines where company = "TESTCO" and fyear = 2004 and acct = "VAT"
Select * from purchorderlinesview where company = "TESTCO" and supplier = "Supplier 1"
Select * from jobcost where company = "TESTCO" and jobanal3 = "J002"
Select * from timelog where company = "TESTCO" and empl = "CLB"