cancel
Showing results for 
Search instead for 
Did you mean: 

Perform itens selected on the workview screen

Ari_Alves_Ribei
Champ in-the-making
Champ in-the-making

Hello Team,

In the module configuration WorkView, there is the possibility to include a column that contains chekbox, where the user can select the items you want to use. In this case, the header of this column, you can click the checkbox and select all items. (please see attached samplef file)

I would like to perform all selectec itens using Workview Unity API?

Thanks


2 REPLIES 2

Ari_Alves_Ribei
Champ in-the-making
Champ in-the-making

Helo API Team

After discussing with the product specialist of WorkView hyland, I would like to know how to create a screen user interaction through C #?

I would like to receive a list of detail items of a class and present a window for user selection using Unity Workview Script.

Thanks

Bobby_Thompson
Employee
Employee

Hi!

The functionality you are asking for does not exist as of today.

With that said, there is a workaround that you could use to perform a similar action. You would have to create a new class, in this example, I will call it, 'Batch'. Then you would create an association class between 'Batch' and the class that you want to execute upon (for this example, I will call it 'Item'). For the 'Batch' class, you would create a view with just an embedded filter showing all associated Items. The user would then be able to select whichever Items they want to execute an action against. On the 'Batch' class you could add an action button that would use Workflow or a Untiy Script to find all associated Items and perform some action against each of them.

Sorry for the delay in getting you a response on this.

Should you have any questions, please post a follow-up here or reach out to your first line of support.

Thanks,

Bobby Thompson