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
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
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...
Add a comment