Question
Labb Consulting
PH
Last activity: 20 Jul 2022 1:16 EDT
Report Definition column referring to Pega OOTB property instead of property in parent class
I have a report definition in class "AppointmentManager-Data-Topic" whose column source is from properties in the parent class "AppointmentManager-Data" and I have set the inheritance type to "both" on the report definition. All properties are correctly being referred except one which is "StartDate" as it would always refer to the Pega OOTB "StartDate" in the class "PegaFW-" which is of type datetime when the "StartDate" property I want the report definition to refer is of date type, the type mismatch causes a Java JDBC error <Date>.
Yes the property I want to refer to has been optimized for the child class but I am still unable to refer to it somehow. I am still new to Pega so any help would be great. Unable to provide attachments as it is for an on-going project.