jaw mohammed
jaw mohammed

Reputation: 1

How to use search value of popup LOV in REST data source Oracle scim API?

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

Answers (1)

Carsten
Carsten

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.

Screen shot of the REST Source Parameter: Make sure it's set as Query String and enable the Use for Row Search switch

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

Related Questions