Discussion
7
Replies
557
Views
Mindtree
Posted: September 23, 2015
Last activity: April 19, 2016
Closed
A page-mode property can contain other page-mode properties..?
In one of the question of the quiz & answer is shown below(True is the correct answer as per the pega standard). How can it be true I dont understand because inside page we cannot create one more page (correct me if i am wrong).
(True or False) A page-mode property can contain other page-mode properties.
False
True

Correct!
A page-mode property can contain any type or mode of property.
Suppose you have 2 Page properties:
The .Address page mode property is made up of .Street (text value), .City (text value) and .Country (text value) properties.
You can configure Customer property to contain .FirstName (text value), LastName (text value), .Phone (text value-list) and .Address (page-mode) properties.
So, a page-mode property can contact any type or other page-mode property