Question
3
Replies
41
Views
EY GDS Poland
Posted: August 27, 2020
Last activity: September 1, 2020
Solved
Relationships in PEGA
Hello
How can I make relationships between data types in pega? Let's assume that I have two data types: Customer and Address. I want to make relation ship between those two: Customer can have one address.
How can I embed address in customer data type? Or or what solution, phrase, academy lesson should I look for?
My PEGA version is 8.4.0.
***Edited by Moderator: Pallavi to change category from General to Product, update platform capability tags***
Hi,
You can create a Property of type Page(if Cusomter can only have one address) or Pagelist(if customer can have multiple address) of address class in Customer Class.
Thanks