Optional: Creating a class key property for an extended customer class
By default, the key of the customer class is the CustomerID property that is used to store customer IDs. If your extended customer class uses a different class key, for example, AccountID, then you must create two copies of the CustomerID property and rename them to the same name as your custom class key.
Pega Customer Decision Hub Implementation Guide
- In the Dev Studio header search text field, search for and select the CustomerID property that applies to the Data- class.
- Click Save as.
- In the Label field, enter the name of the property that you identified in Defining the customer class.
- In the Add to ruleset section, select your Rules ruleset.
- Click Create and open.
- In the Dev Studio header search text field, search for and select the CustomerID property that applies to the PegaMKT- class.
- Repeat steps 2 to 5.
Previous topic Mapping a customer class to a database table Next topic Adding associated customer entities