Issue when moving Exposed Property to another environment
Hi,
As part of one of the application Data pages, we created a report to feed it, this required exposing an embedded property ".RequestInformation.Category". Data page worked as expected in Dev environment (hosted on Pega Cloud). However, when we moved the product rule to Staging environment I noticed the exposed property was not optimized...

We created Product rule with class groups and DB tables (also affected Class instances), however the column category_1 which was created on Dev, does not get created in Staging. When we check the Modify Schema wizard, the number of columns in Staging (226) is different than in Dev (229).

I heard we can use prpcServiceUtils to expose columns, however I'm not sure how to use it in Pega Cloud.
I know there is a lot of exposed/optimized property questions already, and believe me I checked many of them, but still not sure how to resolve this...
Thanks for any help on this.
-Jose

@josenavas First thing is to make sure the schema changes for new columns are part of the Product rule. From the screenshot above I see that you included DB table so I expect the schema changes to be present in the RAP file. If they are present, while importing on the Staging environment, System will prompt for schema changes. Is this noticed during import on Staging environment?