Storage of property values in PageList before and after optimization
Where are the property values within a pagelist stored before and after optimization? The properties are defined in a data class and a PageList Property is created in work class referring to the data class. Therefore, the pagelist is embedded in the pyWorkPage. When I check the data class it is mapped to the pr_other table. I exposed a property from the PageList, that created an Index class where it seems to expose the property.
Where are the property values stored before and after the optimization? Are there any best practices regarding it?