cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox support in backoffice

Former Member
0 Kudos

Hi ,

We have a requirement to select some orders from backoffice and trigger a call. (Eg: Select multiple returns and trigger automatic refund). Is it possible to provide a checkbox against each return in backoffice? If yes, please suggest an approach.

Thanks Nithish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the CollectionBrowser widget there is a setting multiSelect which enables multi select. By default the value is set to false. You can change this value and e.g. implement custom action which will handle your business case.

Cheers, Tomek

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi guys,

selected objects are sent on selectedItems output socket in Collection Browser widget.

Cheers, Tomek

Former Member
0 Kudos

Hello Nithish/Tomek,

We are selecting few rows by check box in CollectionBrowser widget and trying to read selected rows in custom action class. But, we couldn't find it. Could you please help for finding selected rows in custom action class

Thanks in Advance...