Reputation: 1
I have a REST data source Popup LOV populated based on user search. The REST data source is created using the Oracle scim API at https://xxxxxxx/hcmRestApi/scim. I want to filter the data based on the following filter: ?filter=userName sw "popup LOV search value". What are the correct steps to achieve this?
What are the correct steps to achieve this?
Upvotes: 0
Views: 42
Reputation: 1124
You can add a Parameter to your REST Source named "filter" at the module level. Make sure it is of the "URL Query String" type, and also make sure that the Use for Row Search switch is enabled.
If a parameter has that switch enabled (and only one parameter in a REST Source can have that enabled), then all APEX components with a "search" functionality will use that parameter for their search.
Upvotes: 1