Hi,
I need to do something like an expose of Page Item List using a flowfilter for the "Location Filter".
I have created a codeunit for that and I have configure correctly this codeunit in Web Service Table.
My function has 2 parameters, rec_Item and Location_Filter and line "rec_Item.SETFILTER("Location Filter", Location_Filter);"
My question is how can I call readmultiple and apply this filters to get inventory flowfield for my specific location filter?