Hi Experts, I have one object table for which I have defined the Target to Entity set for the container section table as below.
with this target I load the data for the Object table which the binding is via String Target to the Navigation Property....
Hi Experts,I am trying to load a listpicker values from the odata by providing a filter, however it is not sending the QueryOption(filters in this case) to backend and odata filters is always blank(on debugging odata request).
"PickerItems": { ...
Hi Experts,I trying to load a listpicker after an event in my MDK app.
After user, enters order number, I call an Action GetPMOrderDetails, which returns with list of materials, and I want to show this list in Material List picker(Select Materia...
Hi Experts,I am trying to build an MDK app for mobile and Web. My Odata is from an on-premise system for which I have configures the destination and works fine when tested via a mobile device.However when I execute the app in Web version the Odata me...
Hi Gurus,I have a Material Number field in MDK app, which has one event attached to it, so on value change it triggers a Rule GetMaterialDetails , which executes action to read the odata entity to get the material description. I am able to receive th...
Thank you bill.froelich , this resolves my issues. I am still facing the issue that filters applied via the query option do not reach to the backend odata and filters shows as blank. Let me debug that and find the issue there.
Dear bill.froelich ,I do not have a relative path in mobile service. see screenshot this is because my BTP destination is like (http://<domain>:<port>/sap/opu/ ) (screenshot in original question)and I have /odata/sap/ prefixed in .service file in...