on 2021 Apr 14 1:42 PM
Hi MDK Experts,
I am very new to SAP MDK .Need some guidance from your end.
I am using Object table in a particular requirement similar like below :
I am able to add Attributes like Description,Footnote,Status,Image by binding to the service and displaying it dynamically.I am binding with the Custom oData service.
There is certain requirement to include the switch button for every item in the list.Whenever the user clicks on the switch button an CRUD operation takes a certain property changes(Updates) from yes to no.Based on the particular condition the switch button will be changed.For example if it is on it will signify the Product has been received for the particular Line Item if the switch button is off it will signify that the product has not been received.
We will be building both Web and Mobile application for the above requirement.
For Web it can work fine with UI5 but for mobile our approach is with MDK(offline).
I just want to know if switch button is technically possible inside the Object Table or Contact Table.
And it will highly helpful if i can get some reference
Thanks,
Arka Basu
arkabasu8974
MDK 5.2 is out in case you might be interested to try out what Bill suggested for the new custom accessory icon support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
MDK does support custom extension controls. We do not have an out of the box solution for this use case. If you want an actual switch control embedded in the object cell you would have to write an extension control to provide that functionality.
You might also be able to use the new custom accessory icon feature coming in MDK 5.2 to display two icons (selected, unselected) and toggle the state in the OnAccessoryButtonPress event when performing your other actions. MDK 5.2 is targeted for release before the end of the month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.