A target contains a list of third-parties who will receive emails, documents, marketing campaign elements, etc. It enables you to quickly contact multiple third-parties for business or communication purposes.
Manually
|
1
|
Go to Management > Campaign > Targets > . |
|
2
|
Enter a code and a call name, then save. |
|
3
|
Start a search for third-parties (customers, prospects or contacts). |
|
4
|
In the search result, right-click on the third-parties you want to add in the target. |
|
5
|
To add contacts from several companies in the same target: |
- Start a search for customers.
- In the search result screen, select the customers from which you want to add contacts in the target and click on
.
- In the contacts search results, select the third-parties to add in the target.
|
6
|
Click on and select the target to associate with the third-parties. |
|
7
|
Validate and go back to Management > Campaign > Targets. |
|
8
|
Start a search and open your target. It now contains the third-parties. |
Automatically, via the query system
Go to People > CRM Query System and select the type of CRM object to search for.
Start a search.
|
1
|
In the Fields section on the left of the screen, hold the Shift key and select the information to search for by clicking on each one of them (e.g. Email, Company, Name and City of the customer, and Name of the contact). |
|
2
|
Hold the mouse and drag the information to the List of fields section at the bottom of the screen. |
A search result displays columns with the Email, Company, Name and City of the customer, and Name of the contact.
Filtering the result
You can refine your search using the filter section.
By keeping the information of the above-mentioned example, let us assume that you want to display the list of customers who have the following features: email specified in Akuiteo AND customers located in cities starting with an L.
|
1
|
In the Fields section on the left, select Email and City for the customer. |
|
2
|
Hold the mouse and drag the information to the Filter section on the right of the screen. |
|
3
|
Select a Filter type in the drop-down list (e.g. 'Starts with' then specify L in the Value field). |
|
4
|
Click on to validate your filter. |
A search result displays columns with the Email, Company, Name and City of the customer, and Name of the contact, for the customers located in a city starting with an L and with the email specified in Akuiteo.
Customizing the filter
To add options to your filter, you can use the Formula field.
The code of each filter is indicated in the # column.
OR
For example, you want to display the list of all customers whose email is specified in Akuiteo as well as the list of all customers living in a city starting with an L. However, customers will not necessarily have both features at the same time.
In this case, you must specify the city code + OR + e-mail code in the Formula field.
For example: F01 OR F02
AND
If you want to access the list of customers with both features at the same time, you must specify: city code + AND + email code.
For example: F01 AND F02
NOT
If you want to access the list of customers from a city that is not strictly equal to a value in a list:
|
1
|
Create a filter with the following characteristics: |
- Field = City
- Filter type = In
- Value = List of desired cities, for example London, New York, Toronto
|
3
|
In the Formula field, specify: NOT Filter code |
Example
If the Filter code is F01, specify: NOT F01
When the query is started, you get the list of all the customers from cities that are neither London, nor New York, nor Toronto.