- Clipboard is one of the debugging tool in Pega
- Clipboard is the snapshot of server side memory
-You can increase the size as much as you needed.
- Clipboard will fetch the data from database server and display to
- Don't maintain huge data that impact in performance
- Page is multi value property (container) Embedded property
- Employee (Page) -> name , no , etc (Properties)
Pages
Page is nothing but complete record of database
4 types of pages available in clipboard
- User Pages - For users, user requested session Only for session.
- Data Pages - More life and scope in Pega
- Linked Property Pages - linked concepts in Pega, like Pointers in C
- System Pages - System level pages created by Pega for internal purpose.
- Single values -
- Value
- Value List
- Value Group - Value group will not have properties. only has values like array. address of 1, address of 2 etc.
- Multi Valued
- Page - Page will have properties insided. Page is nothing but complete record of database any kind of properties..Employee name, regno, salary, designation, adress etc..
- Page List - Similar way n no of employees in a list called Page list
- Page Group -
index of string. like, phone[1], Phone[2], Phone[3] - PY Work page - Contains work object information.that are automatically commit in database. it is not bothe about other pages. no other page data committed in database. We put important information in PY Work Page. others are temporary values, temporary calculations, data transformation data's,
- All the related to case information will be here..case id, when modified, operator id and what are all the values entered..
- Page will only important information that are stored in database, no temporary or unimportant values to be stored.
- Temporary testing you can put the values here and test it by clicking edit icon here but this is not store onto the database by Pega.
Page list is subscript as Integer
if click one page group, Properties inside in it.
Value group will not be properties. only has values.
Page List:
- Page will only important information that are stored in database, no temporary or unimportant values to be stored.
- Temporary testing you can put the values here and test it by clicking edit icon here but this is not store onto the database by Pega.
Page list is subscript as Integer
Page Group
Page group subscript as Stringif click one page group, Properties inside in it.
Value group will not be properties. only has values.
Value List: there is no properties under it..it's like an array 1,2,3 .. index is Integer and no child properties. address[1], address[2], etc
Page List:
No comments:
Post a Comment