Displaying view/modal from a table property

Suppose, we have a table displaying list of contacts with column contact name, primary address and primary phone number. Now if the user clicks on contact name a new window / modal view should be displayed showing current contact’s alternative list of addresses and phone numbers in another table which we had added previously while adding this contact. We are displaying this contact table in Details tab of Customer 360 view footer.

Is it possible to achieve this functionality in Constellation 25.1??

We can’t show the modal dialog, but we have a potential solution for this requirement.

  1. Create the partial view → Table View (Contacts) → Column (Enable → Show Additional details)
  2. Enabling Show additional detail will display a hyperlink to the field( For example: Contact Name)
  3. The Data type display with additional details for the user (additional list of addresses).
1 Like