Optimizing embedded and inherited properties in a pagelist
Similar questions have posted in PSC but not exactly the same as below
MyOrg-Work is a concrete class and MyOrg-Work-ThirdParty belongs to the same class group.
In MyOrg-Work-ThirdParty I have a pagelist ThirdPartyAddresses of type MyOrg-Data-Address (say) defined.
I want to expose properties: ThirdPartyAddresses().FirstName and ThirdPartyAddresses().LastName for reporting purpose.
Properties @baseclass->FirstName and LastName are available in pagelist ThirdPartyAddresses by inheritance.
Now, how can I expose pagelist inherited properties without running the optimization wizard? The org policy is to submit all table changes as sql statements to DBAs and the same will be run in each env as we migrate code. We are not allowed to run any optimization wizards in non-dev environments.