Solved

Pass value combined filter to detail combined filter

  • 28 July 2023
  • 3 replies
  • 64 views

Userlevel 1
Badge +4

Hey all,

is it possible to pass the value of a main combined filter to its detail?

if a search is made on WR #, the system must immediately display a result in "available goods" when a result is found

 

 

 

icon

Best answer by Anne Buit 2 August 2023, 15:28

View original

This topic has been closed for comments

3 replies

Userlevel 7
Badge +5

Hi Timothy,

I don’t believe this is possible, the filter on the main subject is completely unrelated to the filter on the detail subject.

The only way to currently achieve something like this would be to use a default editable form where the user can specify a filter condition, store this value in the database and filter both the packing preparation and the available goods using the supplied user filter.

Userlevel 1
Badge +4

Hi Anne,

Yes that would be my usual approach but seems to much of a hassle everytime it needs to be done. So i was wondering if there was an easier way.

Userlevel 7
Badge +5

If you have an idea on how to configure this with a declarative approach, feel free to submit an idea at the ideas section. 

I suppose being able to trigger a process flow when the user sets a filter could be a solution. The process flow could be used to apply the same filter to an active detail tab page.