Need to customise an OOTB section but it uses $ANY in page definition
Hi All,
We are trying to customise the standard section pyWorkSearchResults to include our custom fields that are being returned by our custom report definition pyWorkSearch. However it will not allow us to add in our properties. Returns error "Invalid property reference".
How can we add our properties to the grid list?
Our properties are being returned just fine when we run data page D_pyWorkSearch.
So the flow so to speak is as follows :-
- Section pyFindWorkGadget
- runs Flow Action pyWorkSearch
- uses Section @baseclass.pyWorkSearch
- @baseclass.pyWorkSearch includes Section pyWorkSearchResults
- This uses the data page D_pyWorkSearch as page context passing in the relevant parameters.
I came across this link https://community.pega.com/support/support-articles/facing-issues-when-using-any-page-pages-and-classes which highlights the additional validation which is now occurring.
We have another application that has also customised this section but was prior to our upgrade to 7.31 from 7.14. This section has got our custom properties and works, but if you now try to save it, it also complains.
Any ideas?
Thanks
Craig