Clickable Policy Number with Data Page Integration for 360° View in Constellation UI

I have a requirement where the search criteria include Policy Number and Policy Name. In the search results table, the Policy Number should be displayed as a clickable link.

On clicking the Policy Number:

A Data Page should be triggered, passing the selected Policy Number as a parameter.

Based on the response, additional details should be fetched and displayed on the same screen.

The details should be organized in a tabbed layout, similar to a 360° view.

Could you suggest the best approach to implement this how to call a Data Page on click of a link and rendering the tabbed 360° view dynamically?

Hi, translating to business requirements you want a search functionality and ability to see detail information of record.

One of the ways to achieve it in Constellation is:

  • search functionality
  • configure display as link option
  • this will automatically give you the options to open in new tab or in Preview where user can consult all the details of record

To add to what @Kamil_Janeczek has said. You don’t “call a datapage on click of link” anymore - in Constellation you set up a Data Reference, which references a data page, and then display a link to that data object to view its details.

The below example is previewing via data reference, but you could do this in a few different ways