Customer class in pega marketing
Team,
We have a requirement as below.
- Need to map a customer class with only one primary key. This is the default pega marketing behavior.
- But our customers data is coming from external table with two keys.
Question: What happens if we create database view(materialized) and concatenate (key1+key2 ---> CustomerID column of the data base view)? We cannot have a primary key on a view, but we can have a class key to our customer class. Does it work in pega marketing? Before we start a poc, just wanted to know if there any design limitations with this approach. Please feel free to suggest any alternative approache as well. Thanks in advance.