Skip to main content
Question

How to add a process to register data after pressing the search button on the list page

  • August 31, 2023
  • 6 replies
  • 46 views

Forum|alt.badge.img+8
  • Sidekick (Partner)
  • 33 replies

How to add a process to register data after pressing the search button on the list page.

Is it possible in IFS Cloud?

6 replies

Jonas Feigl
Superhero (Employee)
Forum|alt.badge.img+20
  • Superhero (Employee)
  • 266 replies
  • August 31, 2023

I think what you are after is the option “Run search: When criteria is changed” which is available in the “Search Settings” accessible from the kebab menu (three dots) on the search bar:

 

 

 

 


Forum|alt.badge.img+8
  • Author
  • Sidekick (Partner)
  • 33 replies
  • August 31, 2023

It is a method of development.
After pressing the search button on this search panel, I want to register data in another table. Are there any settings that apply to projections or clients?


Jonas Feigl
Superhero (Employee)
Forum|alt.badge.img+20
  • Superhero (Employee)
  • 266 replies
  • September 1, 2023

What do you mean by “Register data”? What exactly is it that you want to do?


Forum|alt.badge.img+8
  • Author
  • Sidekick (Partner)
  • 33 replies
  • September 1, 2023

Simply put, I want to add some processing after pressing the search button.


Jonas Feigl
Superhero (Employee)
Forum|alt.badge.img+20
  • Superhero (Employee)
  • 266 replies
  • September 1, 2023

You can add processing whenever data is loaded for the projection entityset via BPA (Business Process Automation)/Workflows by adding a Projection Action on CRUD action “READ”:

 

That’s probably the closest you can get with your requirement.


Forum|alt.badge.img+8
  • Author
  • Sidekick (Partner)
  • 33 replies
  • September 7, 2023

@Jonas Feigl 

Thank you for your support.  I will try this.