Filter portlet usage

Hi,

I’m here to check the possibility to insert a new row from filter portlet (Data which is selected from filter) to receiver portlet. Is that possible anyway.?
If not, I can have custom button with user workflow I assume.
Kindly suggest me if any, thanks in advance!!

Regards,
Swetha B

Hi,

sometimes we use the datasource flow of a table portlet to write stuff somewhere (values of the filter to custom properties mostly) before fetching the actual data to show in the portlet.

So you could do the same:

  1. Take the values from the filter in QuerySettings/Search then
  2. use them to first create an extra object for the data set you are showing in the portlet and then
  3. fetch the whole dataset and show it in portlet all in the same machine flow.
    Something like this:

Hope this helps!

B R
Ivan