on 2021 Sep 28 2:52 PM
Hi,
I am using a Object table to show a list of actions in my application. The object table is multiselect mode.
I want to achieve a navigation either using press of object cell or using accessory icon. Here are the issues I am facing:
Is this a standard behavior or I am missing something?
Here is the code for my Object table
{
"Header": {
"_Name": "SectionHeader0",
"UseTopPadding": true,
"Caption": "/MeterReturns/Rules/MainPage/GetSubmitSummaryText.js"
},
"_Type": "Section.Type.ObjectTable",
"Target": "{#Page:Main/#ClientData/AppData/MetersToSubmit}",
"_Name": "SectionObjectTable0",
"Visible": true,
"EmptySection": {
"FooterVisible": false
},
"ObjectCell": {
"ContextMenu": {
"Items": [
],
"PerformFirstActionWithFullSwipe": true
},
"Title": "$(L,'Serial') {serialNumber}",
"Subhead": "$(L,'Material') {materialNo}",
"Footnote": "{actionName} - {comments}",
"StatusText": "Bin#: {bin}",
"SubstatusText": "SLOC#: {SLOC}",
"DetailImageIsCircular": false,
"PreserveIconStackSpacing": false,
"AccessoryButtonIcon": "sap-icon://edit",
"OnAccessoryButtonPress": "/MeterReturns/Rules/SubmitPage/onShowMeterDetails.js",
"Selected": true
},
"DataPaging": {
"ShowLoadingIndicator": false,
"PageSize": 50
},
"HighlightSelectedItem": true,
"Selection": {
"Mode": "Multiple",
"LongPressToEnable": "None",
"ExitOnLastDeselect": false
}
}
Request clarification before answering.
shubhmis
Once the multiple selection mode is enabled, you should just be able to select/unselect a record.
The OnPress and OnAccessoryButtonPress events won't work in case of multiple selection mode.
When provided accessory icon, it is getting displayed in android but not in iOS. In android it is coming but the "SubstatusText" is getting
hidden.This seems a bug in Android, will find out details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 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.