Re: Exporting Campaign Target List
Unfortunately you have to do the export directly from the database. Check in "prospect_lists" for the id (e.g. f150ace4-c45d-0bdd-f874-48cdf951e6da) of the list you want to export.
Then create the following query:
SELECT *
FROM `prospect_lists_prospects`
WHERE `prospect_list_id` = 'f150ace4-c45d-0bdd-f874-48cdf951e6da'
If you use OpenOffice this is very easy - use oo base, create a query, open oo calc and open the saved query with F4. You can then drag and drop it into your spreadsheet and fiddle with it.
But since the result is a relation make sure that you have the related base data (leads, contacts) available in your new db with the SAME IDs, otherwise the list won't show anything.
Hope that saves your Sunday!
rgds
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Bookmarks