Question


Tokio Marine HCC
GB
Last activity: 10 Mar 2025 4:30 EDT
Custom Search Using Constellation Design Pattern
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.
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 18 Jan 2024 7:22 EST


Pegasystems Inc.
CA
Please check this one.
https://support.pega.com/question/custom-search-constellation#comment-955846
I hope this helps!


John Deere
US
Please check the attached document. It may help you.


John Deere
US
check the below link. I am not able to attach the document.
Accepted Solution
Updated: 18 Jan 2024 7:22 EST


Pegasystems Inc.
CA
Please check this one.
https://support.pega.com/question/custom-search-constellation#comment-955846
I hope this helps!


Nokia
IN
@NavdeepK2565 - Also, please check the attachment by DionLammers in the below post.


Cognizant Technology Solutions
IN
@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


Tokio Marine HCC
GB
@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.


Cognizant Technology Solutions
IN
@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.


Tokio Marine HCC
GB
@KARTHIK_RAJ you can call rest connector in side data page and display results from it.


Cognizant Technology Solutions
IN
@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 ?


Tokio Marine HCC
GB
@KARTHIK_RAJ let me build my self. i am working on similar poc.


Cognizant Technology Solutions
IN
@NavdeepK2565 Did you have any chance on this requirement one ? Even I tried but I cannot pass parameters from UI.