former_member243729
Participant
Member since ‎06-24-2016

User Statistics

  • 127 Posts
  • 3 Solutions
  • 24 Kudos given
  • 11 Kudos received

User Activity

Hi, I am able to configure datasource in the manifest.json file using 'descriptor editor' tab but when I do this I see the uri is being prefixed with the destination name (like below). "uri": "/<desinationName>/sap/opu/odata/sap/<ServiceName>/" ...
Hi, Have a requirement to highlight a tile (Generic Tile) based on a value in the model at run time (on load of the page and not on any press event). I know we can use CSS file to highlight the tile which I am able to do on press event but how to i...
Hi, I have a requirement to format date. For this I have written function in the parent class. Now how can I access parent function in the formatter ? This is what I am trying but without success. This is piece of code of my Excel Export. { na...
Hi, Is there a way we can use expression binding in XML view 'contains' condition ? Like if I want to check the property whether it contains 'R' in its value. Below is the one we generally use for equals.. "{= ${Model>/Property} === 1}" so an...
Hi, Can we use Grunt build process in local webide ? I mean, like in WEB IDE full stack, where we can generate component-preload.js file when just creating two config files (gruntfile.js & package.json), is similar process possible in local webide ...