Autocomplete Using Data Page
Hello,
I am trying to use the autocomplete ui control and I am having issues getting the data page to populate the UI. When I trace the data page and try the autocomplete, I can see that the data page executes and populates the values I would expect it to in the clipboard. However, they do not show up in the UI.
In the screenshot uploaded, I have my data page settings for the control. I suspect it has to do with the "Search results configuration". For Data Source Property, I have D_ProjectIDs.ProjectIDs().ProjectID. Is this correct? I am using 7.4.
-
Like (0)
-

You can check User Interface -> Gallery: UI Elements -> Autocomplete using Data Page example.
OOTB section, @baseclass "pxUIGalleryAutoCompleteWrapper" under ruleset: Pega-LP-UserInterface:07-10
I have tried mapping .ProjectID directly, but still no results show up. Here is my configuration:
With this data model (ProjectIDs defined on the data model)
And this as the definition for the ProjectID_List data type
I have tried mapping .ProjectID directly, but still no results show up. Here is my configuration:
With this data model (ProjectIDs defined on the data model)
And this as the definition for the ProjectID_List data type
And finally, this is the data transform I am using to populate D_ProjectIDs
I did this exercise creating a new data type from scratch and using the gallery section as the basis. You want to use your own class name, but just to prove it does indeed work with locally sourced data.