Question
1
Replies
1572
Views
Tata Consultancy Services Ltd
Posted: October 9, 2015
Last activity: October 9, 2015
Using Data Page, Need to populate other fields.
I have requirement where i have one auto complete and that data i am populating using "Data Page List". On User Interface if i select the auto complete value says "TCS" then Address and country should get populate automatically. This i need to use Data page. How can i use. Can anybody help me on this?
There are 2 approaches to achieve this
1. You can use Parameterized datapages to fetch the other 2 fileds. Pls refer below link and clear understanding.
https://pdn.pega.com/data-management/use-parameters-when-referencing-a-data-page-to-get-the-right-data
2. Or you can trigger an activity(onchange) on select of autocomplete option.
In the activity you can pass the current selected value and fetch the address and city from db/datapage.