Closed
Property Modes
What is the difference between Page List and Value List.
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
What is the difference between Page List and Value List.
Hello,
Thank you for your question. The following help topics may be of help
Are you currently enrolled in a Pega Academy course?
Thank you,
Maryrita Styer
Community Manager
Pagelist: It will hold multiple page in a sequence. As metioned in the above example, if you want to get all the customers whose bank accounts opened in 2015, those will be multiple. So, you will use pagelist to hold all the customers. like customers(1), Customers(2) etc..
Each page will have that customer details like Name, age, SurName, Bank Account number, etc.. of that particular customer in each page.
Value list: It will hold string values numbering in series. Let me tell you with an example:
if any user updates work object in pega, you want to write an audit in to an external table(not in to pega tables.) This is for each operation which user is performing with some predefined values. In this audit you will hold 20-30 values. To hold these values create a value list.
Pagelist: It will hold multiple page in a sequence. As metioned in the above example, if you want to get all the customers whose bank accounts opened in 2015, those will be multiple. So, you will use pagelist to hold all the customers. like customers(1), Customers(2) etc..
Each page will have that customer details like Name, age, SurName, Bank Account number, etc.. of that particular customer in each page.
Value list: It will hold string values numbering in series. Let me tell you with an example:
if any user updates work object in pega, you want to write an audit in to an external table(not in to pega tables.) This is for each operation which user is performing with some predefined values. In this audit you will hold 20-30 values. To hold these values create a value list.
Here you get a thought that, i can use page also? why value list? Yes. You can use. It depends on how you are getting the data. If you are using decision table to predefine values for each kind of operation, then Value list is correct option. If you are getting this predefined data from a table then Pagelist in the correct option. It depends purely on your requirement.
Hope this helps.
Question
Discussion
Question
Discussion
Discussion
Discussion
Question
Question
Question Solved
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.