Question
Tata Consultancy Services
Tata Consultancy Services
IN
Tata Consultancy Services
Posted: Aug 6, 2025
Last activity: Aug 7, 2025
Last activity: 7 Aug 2025 6:57 EDT
How can we leverage the functionality of insights from the Constellation (Pega Infinity 24.2) in Our UIKit Application?
We want to utilize the Insights of Constellation in our UIKit application, which was built in 15.01.
@SirsenduDey You can use Insights from Constellation in your UIKit app by first creating the Insights in App Studio (like charts or tables), and then exposing them through dashboards. These dashboards can be embedded in your UIKit app using an iFrame or by calling Pega’s REST APIs to fetch the data and display it using custom UI components like charts. If you choose APIs, make sure to set up authentication using OAuth or a service package. Your users must also have the right access group to view the Insight data. If embedding or API feels complex, you can simply recreate the same reports inside UIKit using Report Definitions. While you won’t get the full Constellation look and feel, this lets you reuse the data and logic without switching platforms.