Pega CS Constellation Search automation when you know the search criteria
Pega CS Constellation has OOTB search where you can configure Search using SearchForCustomer UI view, and the search data page d_entity_search. However, this is configured to show the search criteria, and the data page gets called when the user clicks search button. How do you implement a pre-selected search, such as search by a prepopulated phone number or Last name in the IVR flow, and populate the list of customers to the CSR when an interaction is launched? In OOTB, Pega is using a ContactId or AccountId to identify just 1 customer record, but in reality, when you search by name, multiple records would be returned.
I'm going to call d_entity_search in some search preprocessing rules and see, but I'm not positive it would work!