Skip to Content
0
May 09, 2018 at 06:05 AM

UWL Custom Connector - how to control when to get items

100 Views

Hello Experts,

I've developed a UWL custom connector (yes, I know the year is 2018...)

The connector has a getItems method that fetches ALL items.

Then, all the logic (like filtering etc) is done from the standard Web Dynpro UWL app that I don't have control of.

My question is how can I control which items to fetch? (for example when user selects 'completed tasks' from the dropdown I want to fetch ONLY the completed items) instead of getting ALL items and let Web Dynpro handle it.

Regards,
Omri