Valid PEGACPLSA88V1 Dumps shared by ExamDiscuss.com for Helping Passing PEGACPLSA88V1 Exam! ExamDiscuss.com now offer the newest PEGACPLSA88V1 exam dumps, the ExamDiscuss.com PEGACPLSA88V1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PEGACPLSA88V1 dumps with Test Engine here:
your application connects to two REST services that list details about bank offices. One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code. the other REST service uses a city name as a GET parameter and returns a detailed list of back offices in cities with that name. The application uses data pages to cache details about bank offices. select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)
Correct Answer: C,D
To configure a data page that accepts either a postal code or a city name as a parameter and calls the appropriate REST connector: Use separate REST connectors for each parameter type and a when rule to determine which connector to use based on the input parameter. Alternatively, use an activity to evaluate the parameter and dynamically select the appropriate REST connector at runtime.