Knowledgebase: Projetex
How can I export the full client list from Projetex?
Posted by Mykhailo Serhiievskyi (AIT) on 15 January 2015 10:11 PM
|
|
We have prepared a query which will extract client information from the Projetex database. Please copy the code to the clipboard, then open the Projetex Server Administrator, proceed to the "Corporate Settings" - "Queries" tab, click "New" and paste the code into the "Content" field. Please name the query "Clients - List" (or similar) and click OK. Then highlight the query, click "Export Data", choose the file format and save the file. Here is the code:
/*This report shows client information with prices.*/ SELECT cl.client_name,cl.client_street1, FROM curr, countries, clients cl
And as a bonus, this code which exports not only the client names, but all contacts created within the client records too:
/*This report shows client information with contacts and prices.*/ SELECT cl.client_name,cl.client_street1, FROM curr, countries, ccontacts cc, clients cl
| |
|
Comments (0)
© AIT Translation Management Solutions, . Awesome Software Tools for Translators and Translation Agencies.
Privacy Policy | Data Processing Agreement
Privacy Policy | Data Processing Agreement