Address type field in Constellation

I have added a field of Type address in a view in Pega Constellation. I can see a Country field is shown on UI and based on the country selection different views (country specific partial views) are being shown. I would like to know the main view name (having the fields of class Data-Address-Postal) and if that is customizable from Pega. Can anyone please help on this?

In Pega Constellation, the Address field uses the standard view defined on the Data-Address-Postal class, which is managed by Pega’s OOTB address component rather than a single fixed view name you can directly edit. The country-based behavior you see is driven by dynamic view resolution using rules configured in the Constellation UI architecture. To customize it, you need to extend the Data-Address-Postal data model and configure your own address fields and views through the Constellation design templates or field configuration settings. This allows you to control which fields appear for each country without modifying the underlying OOTB structure. Keep your changes in your application layer to ensure upgrades are not impacted.

Hello @AmarendraNathB Welcome to the community.

Additionally, you could also refer the below recent post for the same requirement.

Hope this helps

Regards

JC