Solved

Hint on how to select clientnames in Java

  • 14 March 2023
  • 1 reply
  • 45 views

Badge +1

Regularly we have to select many clients to perform an action. 

In this example we add a lot of remote clients.

We have to select every client by its name. But as we have a CSV or Excel list with all clientnames it would be handy to use a format or list or ….

The current way of working is time consuming. 

In Command Center one can add clients using a semi column to seperate client names, and selecting them. Java doesnt like that.

Anyone an idea how to get the names from a txt/excel file into Java like above ? Any form of Copy/paste ?

icon

Best answer by christopherlecky 15 March 2023, 15:30

View original

1 reply

Userlevel 5
Badge +16

There are a couple of ways to approach this but personally I just frontend my request with a workflow.

 

In other words write a workflow that takes a text field and iterates over it to kick off whatever it is I want to do.

Though this would be an awesome CMR request.

 

Reply