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.

@NavdeepK2565

Please check the attached document. It may help you.

@DilipA86 I am unable to see any attachment. Could you please check once

@GaneshKumarC3200

check the below link. I am not able to attach the document.

CLSA Community Meetup: Pega’s latest UX capabilities: a deep dive (February 2022) Recording + Handout | Support Center

@NavdeepK2565

Please check this one.

I hope this helps!

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

@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

@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 ?

@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.