former_member627856
Explorer
Member since ‎2019 Sep 03

User Statistics

  • 26 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

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...