177k views
1 vote
In Pega, data elements are called What two things?

a) Data Items and Components
b) Properties and Pages
c) Records and Fields
d) Variables and Objects

User Ornela
by
8.5k points

1 Answer

5 votes

Final answer:

In Pega, data elements are called Properties and Pages. Properties are like variables to hold data, while Pages group related properties akin to objects.

Step-by-step explanation:

In Pega, data elements are referred to as Properties and Pages. A Property in Pega is similar to a variable in other programming environments; it is used to hold data values that can be of different data types such as a string, number, or date. Pages are used to group these properties together, similar to an object that contains related information. For instance, a Page could represent a customer, including properties for name, address, and phone number.

User RezaNoei
by
8.4k points