139k views
4 votes
An embedded page with pyWorkPage stores data that describes a data type. For example, if a case uses a data type named Customer, then Customer is an embedded page within pyWorkPage. Pega Platform writes all the properties that describe the Customer data type — such as first name — to the embedded page.

A. True
B. False

User Aab
by
7.9k points

1 Answer

1 vote

Final answer:

The statement is true; pyWorkPage in Pega Platform uses embedded pages to store data for specific data types, such as Customer, including all relevant properties.

Step-by-step explanation:

The statement is true. In Pega Platform, when a case uses a data type such as Customer, there is indeed an embedded page within pyWorkPage that represents this data type. This embedded page acts as a container for all the properties that describe the Customer data type, such as the customer's first name, last name, contact details, and more. pyWorkPage is the primary clipboard page that contains all the data for the current case processing, and embedded pages within it are used to organize and segment related data for better management and clarity.

User Inforian
by
8.1k points