Hi,
I want to select multiple rows in my Fiori Elements app which is a list report. I have already added the manifest setting to enable the checkboxes.
The issue I have is I cannot select multiple rows and press an action button which has a dialog screen. It shows an error message. Is there any way to do this? I read it is not possible with OData V2, is there any workaround? I am using SAPUI5 version 1.71.15.
I can select multiple rows and press an action button that does something simple. It creates a batch call and sends a call for each row. This works successfully.
However I have two other action buttons that show a screen first, like a dialog with a dropdown list or a search help. The multi select fails if I try doing this.
Thanks very much