Hi Team
We need to implement below requirement using constellation design pattern.
Requirement is to provide a custom search screen for user.
Upon entering the information and click on ‘Search’, we need to call the api and display the data on same screen.
Api call will be REST call to external system.
DilipA86
(Dilip Akula)
August 21, 2023, 8:33pm
2
@NavdeepK2565
Please check the attached document. It may help you.
@DilipA86 I am unable to see any attachment. Could you please check once
DilipA86
(Dilip Akula)
August 24, 2023, 4:46pm
4
@NavdeepK2565 - Also, please check the attachment by DionLammers in the below post.
Pega now offers extensive user experience (UX) capabilities and enhancements, including Cosmos React – the latest version of the Pega Cosmos design system, and Pega Constellation – a new UI architecture that shifts the way low code and experienced...
@KARTHIK_RAJ i was able to achieve this in 24.2 inside case workflow views.
Search Functionality in Pega 24.2 - Constellation
But not outside case.
@KARTHIK_RAJ you can call rest connector in side data page and display results from it.
@NavdeepK2565 Can you explain plz if you have implemented this api scenario using constellation ? If yes, can you tell the methods you used ?
Thanks in advance
KARTHIK_RAJ
(karthik Raj S S)
March 5, 2025, 10:54am
10
@NavdeepK2565 Is there any way without data type records, can we do same search functionality .
Ex: using REST api call we are getting record in D page and need to display that using search.
@NavdeepK2565 I tries but this search button component is available only in data reference field type. For data reference we can refer only data types with reports.
Can you plz let me know how you used Data page with connector source with search component ?
KARTHIK_RAJ
(karthik Raj S S)
March 10, 2025, 8:30am
12
@NavdeepK2565 Did you have any chance on this requirement one ? Even I tried but I cannot pass parameters from UI.
@KARTHIK_RAJ let me build my self. i am working on similar poc.