Pega Constellation Data Modeling: Step-by-Step Guide
How to Build a Customer Data Model in Pega Constellation (Step-by-Step Guide) FILES: Data model design Countries Catalog In this guide, we’ll walk through how to design and build a complete Customer Data Model in Pega Constellation . You’ll learn how to: Create data objects from scratch Establish relationships between objects (embedded and referenced data) Upload external catalogs (CSV) into Pega Visualize the full data model Reference the data model inside a case type This tutorial mirrors exactly what was built in the video—perfect for beginners learning Pega Constellation’s data model capabilities. 1. Designing the Data Model Before using App Studio, it’s important to outline the structure. Our Customer object will contain: Customer Fields Name Email Phone (list of phone records) Address (single address record) Products (list) Nationality (reference to a Country catalog) Supporting Data Objects To support the customer entity, we...