Creating a prospect class
To support loading prospect data, create a prospect class that extends the base prospect class and has the correct class key.
- In the Dev Studio header search text field, enter PegaMKT-Data-Prospect, and then select the PegaMKT-Data-Prospect class from the search results.
- Click Save as.
- Enter the name for the new prospect class, following the pattern
Customer-Class-Prospect.Replace Customer-Class with the name of your customer class. This can be a custom class that you created, or the PegaMKT-Data-Customer class, if you did not create a new customer class for your application.
- Click Create and open.
- In the Keys section, ensure that only the correct key is listed.
- In the Class inheritance section, select the Find by name first (Pattern) check box.
- In the Parent class (Directed) field, enter the base prospect class PegaMKT-Data-Prospect.
- On the External Mapping tab of the class rule, specify the
properties available on the prospect record and their backing columns in the prospect
table. Ensure that these mappings meet the following requirements:
- The column name does not exceed 27 characters
- The property name starts with a period
- The table does not contain empty rows
- Click Save.
- Copy the following rules into the extended prospect class:
- ExecuteProspectDataSet Activity
- ProspectListImportResults Report Definition
Previous topic Defining the prospect class Next topic Configuring the prospect template