on 2025 Mar 18 11:57 PM
Hi, experts!
I have a freestyle SAPUI5 FPM app consuming an odata v4 service provided by a CAP Project.
I need to set the selection limit for the macro table which the data is listed, because the default value is too low for the customer.
I did some debugging and found the property selectionLimit, but change it did not take any effect to this message above.
At the init method of my controller, I set the selectionLimit like this:
oMacroTable.getTableDefinition().control.selectionLimit = 5000
But when I try to select all records again, the alert message shows as well.
That is the xml code I'm using for the macro table:
Do you know how to properly set the selection limit for a macro table?
Best Regards
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.