ミッション
Pega Common Data Model
4 モジュール
2 チャレンジ
2 時間 28 分
In this mission, you learn about the Pega Common Data Model, which provides the data and integration layer for Pega's Constellation applications. You will understand more about the data model, including the preconfigured entities that describe core data such as accounts, contacts, and transactions. You will also learn how the Common Data Model facilitates application development by providing:
– A logical data model that is well-documented, consistently-built, and easy to test
– Physical storage of core entities and associated tooling
– Standard data access APIs
– Common and reusable data views
このモジュールは、下記のミッションにも含まれています。
Getting started with the Common application
-
モジュール
Getting started with the Common application
3 トピック
25 分
-
The Common Data Model is a Pega-developed Data Model that supports the Pega Constellation versions of Pega Platform™ and Pega applications. The model...
Entities and their relationships
-
モジュール
Entities and their relationships
2 トピック
20 分
-
In a Data Model, entities describe an object, such as a person or an item, by grouping a set of related fields. Each entity becomes a table in the...
Design patterns
-
モジュール
Design patterns
2 トピック
20 分
-
The Common Data Model uses design patterns for entities and reference data to provide a consistent architecture to enable use of your data across...
Sourcing data
-
モジュール
Sourcing data
3 トピック
30 分
-
Common Data Model is designed to act as a system of record for entities but can also connect to external systems of record. Customers can integrate...
Adding an entity
-
チャレンジ
Adding an entity
6 タスク
20 分
-
After reviewing the Common Data Model, you concluded that you need to extend it with an entity for contract data. Based on your organization's...
Integrating an external data source
-
チャレンジ
Integrating an external data source
7 タスク
25 分
-
A REST service has been created to access contact data for a customer. Your task is to access that data to replace the sample data.
Use the following...