Question

Custom Search Button in FSM Client

  • 20 September 2023
  • 2 replies
  • 38 views

Badge +4

Hello,

 

Currently from the task screen we have built a number of ‘custom searches’.  

 

 

My users have raised the question.  Can we create ‘buttons’ for them to click in the header vs. having to open a drop down every time they want to check a work Queue?

 

Can a button be given a ‘preform message’ type XML or a Client Script to run a specified ‘custom’ search?

 

Best regards,

Dan


2 replies

Userlevel 6
Badge +26

Hi @MKNDANIEL 

As far as I know, this is not supported.

There are some logic and functionalities that are hard-coded and you cannot configure those.

Cheers!

Userlevel 4
Badge +12

Hi @MKNDANIEL ,

The search button itself is something which is not configurable by default. The button name itself does the basic search using the ui client code in the baseline application. The quick search items are loaded dynamically based on the filtering constraints that you implement on the UI designer and in the code itself these list of items are attached only on the search button. But you can try to achieve your  requirement with custom client code implementation.

Reply