Question
Lakshya It consulting private limited
IN
Last activity: 26 Aug 2018 3:33 EDT
How to Fetch Single Record from table data in User Interface
In below screenshot, based on pickup date and max price the car availability should be displayed..If the user selects the particular car, then that single car details have to fetch from the Database and should be displayed in next screen(i.e Car model no, Car type details)
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
CollabPartnerz
IN
Based on car selection try to get the results either form d_page or from the table directly(obj-methods)
and map the results where you want to show.
Lakshya It consulting private limited
IN
I have to get the results by clicking action event(button/radio button/ checkbox)?
CollabPartnerz
IN
on click run the activity where your logic will be what raveendra explained.
Lakshya It consulting private limited
IN
yes, I have given checkbox(False and True) by default given false for that checkbox
When I click on check box in in userInterface, i need to get particular checked item details from data table.
Given event for checkbox is click event.
Action is Report Definition..
But doesnot fetch the details..
Please get me out this problem..
-
Oguz Cavli
Pegasystems Inc.
IN
Hi,
When you create a data type 2 data pages will be created.
1.List type - source:RD
2.Page type -source:LookUp
Create a data transform and use 2nd data page and pass your key as parameter to that Dpage and get the details and append wherever you want.
Call that DT on click of button.
Regards,
Vinay Reddy
CollabPartnerz
IN
Hi,
ReportDefinition: Parameterize your report to accept car name as parameter.
use grid layout and mention source as report definition (Pass car name as parameter).
On Click of Car name you can have an event Refresh this section.
This should resolve youe your issue.
CollabPartnerz
IN
Yes you can use run activity on click on the button and get the results based on car selection
-
David Ley
Pegasystems Inc.
IN
Hi sravanthi,
Are you still looking for solution.?
Regards,
Vinay Reddy
CollabPartnerz
IN
HI,
Have you tried whatever i suggested above ?
CollabPartnerz
IN
Please try to run your activity onclick action.
-
Maryrita Cobb Ravi Kumar Pisupati