Discussion
UST
IN
Last activity: 4 Oct 2018 11:08 EDT
About Lookup data page and List data page
While creating a data table , we need enter a name for Lookup data page and List data page .What is the difference between Lookup data page and List data page ?
Thanks
Raja Prakash
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
SG
Dear Raja,
A lookup data page creates a "Page" data structure data page, i.e. it contains only 1 record.
A list data page creates a "Page List" data structure data page, so this data page can contain many records.
A List type data page is used typically to retrieve multiple records for the dropdown, radiobuttons, checkbox controls, whereas the Lookup data page will then use the selected value from these controls to retrieve the details of a specific record.
Regards,
Teng Hao Chua
Areteans Technology
IN
So the lookup page generally needs a key to retrieve a particular record in the table , where as a list can retrieve more than one results from the table(using a condition or fetch all). example : Page list : Insurer list . Page : Insurer details.
Thanks,
Ashok
Pegasystems Inc.
SG
That's right! So when you setup a Data Page to perform a Lookup, you will need to provide a key so it knows which exact ONE record to retrieve. For a List type, the condition can be specified in the Report Definition.
Anthem
US
How to provide a key value if we are accessing the data page list in an Activity
VASAVI College OF Engineering
IN
In the process of creating a datatable, i haven't added the Lookup page(D_Position, in my case). Now it is required of me to use it further. How is it that i can add it to the existing data table? Suggest possibilities.
thanks in advance
Pegasystems Inc.
SG
Simply create a new Data Page and set the applies to, object to SAE-HRServices-Data-Position. Setup a parameter "ID" and then configure the Datasource as Lookup to the Position class. Configure the parameter for the Lookup to "param.ID".
YASH Technologies Inc
IN
While creating Data page that time we chose structure is page then source is Lookup: That means we fetch single record for the respective class instance .
structure is List then source is Report Definition : That means we fetch multiple records from the Report.
-
Uthpala Karunagama