Question
Last activity: 24 Apr 2020 12:42 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.
Thanks, Pavan,
Can you please help me with Data Transform Source and Target Syntax:
D_Vehicle is my DataPage.
Please find the below screenshot for Syntax in Data Transform.
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'
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.
Updated: 21 Apr 2020 12:22 EDT
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..
Please find the response in the below article for the implementation.
Hi,
Values are populating in Runtime. But when executing case values are not populating.
Could you please check in clipboard if that Data page has values?
Updated: 24 Apr 2020 11:32 EDT
Yes , i could see some error message.
The Vehicle ID is not saving on the clipboard, Could you please try on change->Post value on the action set of the dropdown.
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.