361
Views
8
Comments
Select Single Row from a Table Widget
Application Type
Reactive
Service Studio Version
11.10.6 (Build 37198)

Hello,

I've done this task with a Table Widget and binding it to an Entity and Bulk Action,  But I am attempting the same but with a slight difference.


Table Widget with the source being a List


This is the List bound to the Table widget


The value I added to the row (not part of the actual List)


Here is the issue, Select one row, and ALL rows are selected.


Thank you,

FrankCLT

2026-02-26 06-29-24
Rahul
 
MVP

Hi FrankCLT,

When you select new screen you have predefined screen Bulk Actions.

you can choose this screen have same functionality you want and you can change accordingly.


Hope this will help you.

Regards

Rahul

UserImage.jpg
FrankCLT

Hey Rahul,

This is what I did in the past.   I added a Source (BulkAction) to the Entity as in your example.   This situation is a little different as the Table Widget is bound to a List, I don't know if I could have tied a BulkAction to the List.   

Thanks again for your reply,

FrankCLT

2026-02-26 06-29-24
Rahul
 
MVP

can you share oml so i can help you exact solution

UserImage.jpg
FrankCLT

I don't think I can....It has some services that may not make it possible to execute.

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

if i understood you correctly then it is work for.

find attached oml it will help you.



Regards

Rahul

TestForm.oml
2024-10-25 09-14-42
Christopher Bautista

Hello FrankCLT,

I think you need a boolean field in your ListItemDetail list (i.e. IsSelected) to be used for the Checkbox widget.

Thank you and kind regards,

Chris

UserImage.jpg
FrankCLT

I think that is what I may try......I will post my results....


Thank you all.  

UserImage.jpg
Bash Nie

Create a local var in the list. "Listitemdetail.IsSelected". use the 'current' in the table and you are done.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.