This is very useful. I have one question though. I have a "Name" column in my report which is concatenating FirstName and LastName properties. So my Name column does not have a property. How do I access Name column in data transform?
When I'm trying to execute, I get error on the run activity step "Cannot evaluate the expression: @pxExecuteAnActivity(TestReport,pxRetrieveReportData)"
This is very useful. I have one question though. I have a "Name" column in my report which is concatenating FirstName and LastName properties. So my Name column does not have a property.
How do I access Name column in data transform?
You can fetch fname, lname through RD from DB and modify the results in response data transform Name = FName + LName
Please its my humble request... Can you upload pega complete testing videos
Testing videos for which topic?
Hi sir, what are the alternate methods for obj-save. It will be really helpful if u can make a video on it
@pawan5555 Learn Pega Obj methods in Data transform #pega
ruclips.net/video/PNbBHhSTh9A/видео.html
When I'm trying to execute, I get error on the run activity step
"Cannot evaluate the expression: @pxExecuteAnActivity(TestReport,pxRetrieveReportData)"