Exam PEGACSSA72V1 All QuestionsBrowse all questions from this exam
Question 26

You are configuring a drop-down list with a page list property. When the user selects an item in the list, you want to retrieve data associated with the selected item and add the data to the case.

How do you configure the data access for the page list property? option so the user can add selected data to the page-type property through the UI. data from a data page option so the selected information can be retrieved using a data page lookup. option so the selected information can be retrieved using an activity. to a data page option so the selected information can be retrieved using a data page lookup.

    Correct Answer:

    To configure a drop-down list with a page list property that retrieves data associated with the selected item and adds the data to the case, you would most likely use a data page. Data pages are designed to obtain and cache data from sources and provide a mechanism to retrieve and use that data within your application. Specifically, you would configure the option so that the selected information can be retrieved using a data page lookup. This allows the system to dynamically fetch the required data based on the user's selection and populate the page-type property with the retrieved data. This approach is efficient and aligns with Pega's best practices for data management.

Discussion
skjunkie

Select the Manual option so the user can add selected data to the page-type property through the UI.