Skip to main content
Solved

Hint on how to select clientnames in Java

  • March 14, 2023
  • 1 reply
  • 57 views

Forum|alt.badge.img+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 ?

Best answer by christopherlecky

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.

 

1 reply

christopherlecky
Explorer
Forum|alt.badge.img+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.