Question
Cognizant
IN
Last activity: 14 Jun 2021 7:38 EDT
US-117 - Solution build. I want populate the property value from pega database.
I want populate the property value from Pega database, when i select vehicle id drop down. Can any one hep me with details procedure.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
On Change of the drop-down, keep the action set as "Refresh this Section" and inside it call a Data Transform.
In Data Transform, do a property set for Style and Make with values from Data Page, by passing Vehicle ID as a parameter to the DataPage.
For Data Page, you can use D_CarRentals data page which will be created for Data type if you have selected while configuring records.
-
Varna Badiger
Cognizant
IN
Thanks, Pavan,
Can you please help me with Data Transform Source and Target Syntax:
D_Vehicle is my DataPage.
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Please find the below screenshot for Syntax in Data Transform.
-
Varna Badiger
Cognizant
IN
Hi Pavan,
Tried above steps. getting below error. Kindly suggest.
Source—
Invalid expression or reference: error: Declare-Page 'D_Vehicle' does not take parameter 'VIN'
-
Sudhanshu Kumar Manjusha Bhole
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Seems like the D_Vehicle page doesn't have parameters defined. Could you please define the parameters there and use pass current parameters for report definition.
-
Varna Badiger
Updated: 21 Apr 2020 12:22 EDT
Cognizant
IN
Hi Pavan,
Thanks for the answer. Followed same steps but. Not able to populate the value. Please suggest.
Attached all the files. Kindly review it..
-
ANITHA J J
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Please find the response in the below article for the implementation.
-
Varna Badiger
Cognizant
IN
Hi,
Values are populating in Runtime. But when executing case values are not populating.
-
Noel Likhithapudi hasan dinçkurt
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Could you please check in clipboard if that Data page has values?
Updated: 24 Apr 2020 11:32 EDT
Cognizant
IN
Yes , i could see some error message.
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
The Vehicle ID is not saving on the clipboard, Could you please try on change->Post value on the action set of the dropdown.