Question
Lutech Advanced Solutions
IT
Last activity: 28 Nov 2022 4:02 EST
Report column error: InvalidReferenceException Property does not exist on class
Hi,
I created a report in my ...-Work-...-Ticket class by doing the 'Save As' of a report defined in the child class ...-Work-...-Ticket-Customer. In the columns of the new report all the properties that are called already exist in the parent class.
The problem is that once I run the report defined in the parent class I receive this error:
InvalidReferenceException .NameProperty Property ' NameColumn' does not exist on class ' ...-Work ' |
Now, the issue is that if I run the report defined in the child class (...-Work...-Ticket-Customer) it works correctly, without errors, although the used properties exist in the parent class... so there shouldn't be any errors when I run the report in the parent class, since the used properties exist in that specific class.
I don't understand why Pega doesn't find an immediate match when I run my report (since both the property and the report belong to the same class), instead, it looks for the property in the parent class of ...-Work-...-Ticket
P.s. I clarify that there is no error when I extract the name of the properties in the column category of the report, the issue manifests when I run the report itself.
Can someone please help?
***Edited by Moderator Marije to change type from General to Product, added Product details and Capability tags****