Constellation - View Configuration issues

Hi, we are migrating application to Constellation and having issues with following scenarios -

All the views in the application are converted from sections using MAT tool.

  1. Trying to configure My Work tab where source is report definition which is having calculated values and joins. Columns are not populating for those fields

  2. when configuring view on case type, system is giving error for properties referenced from OperatorID page and pyWorkParty

How to populate/fix these issues to configure the views?

Constellation_0.docx (172 KB)

@SubbaraoK9868

Constellation architecture should be aligned with the data model, therefore you have to make certain changes.

  1. Fields from join won’t appear in views directly. You have 2 options:
  • Flattening the data model ( creating new properties in main class and mapping the values from Joins and sub reports in response DT). This is because there is no support for page groups.
  • Create associations instead of joins.
  1. Similarly you cannot access values directly from OperatorID page or pyworkparty page group on the views. You need to map those values in your work class fields ( in this example ) in pre DT and then map it to the view.