The Entity Path column
Use only actual columns in the database as members of the Entity Path value. You must declare an actual database column in metadata, in an actual definition file. If you do not define a column in metadata, then PolicyCenter labels that entity column (field) as virtual in the PolicyCenter Data Dictionary.
Thus:
- You cannot use
ClaimContactRolefields in the Entity Path, such asExposure.Incident.Injured. This is because theInjuredcontact role onIncidentdoes not have a denormalized column. - You can, however, use
special denormalized fields for certain claim contacts, such as
Exposure.ClaimantDenormorClaim.InsuredDenorm. The description of the column indicate whichClaimContactRolevalue it denormalizes.
