Discussion
5
Replies
2304
Views
Posted: February 23, 2016
Last activity: February 25, 2016
Closed
Clipboard Pages Source
While going through the SAE II exercise: Building Screens for Implementing the Assignment, I came across a scenario of adding a section.
Please let me know, how Clipboard Pages are getting populated and where does it exists in PRPC.
A clipboard is a temporary memory area on the server that is associated with every connected Pega 7 Platform requestor, including browser-based users and unauthenticated guest users. The clipboard has a hierarchical structure, consisting of nodes known as pages, most of which have a name and an associated class.
In simple words, the clipboard is kind of a cache memory
If you select clipboard page, you are telling PRPC the information you need is temporary and is storage in the clipboard. Most of the time, a data page creates a clipboard page.
How to access the clipboard? In the designer studio toolbar, the one which is as the bottom (Kind of the taskbar) you will see some advance features and there you have the clipboard icon. I recommend you to review all those features since they are pretty useful.