johnmurray
Participant
Member since ‎2020 Apr 30

User Statistics

  • 114 Posts
  • 4 Solutions
  • 37 Kudos given
  • 23 Kudos received

User Activity

Hi, I've migrated one of my CAP projects to TypeScript and all is going well, however in my code I use quite a lot of SELECT.from(table).where(…) which of course TypeScript doesn’t like. I’m importing the types as per import { SELECT } from "@sap/c...
Hi, I have a freestyle Fiori application which uses CAP as the backend, and it is deployed in the Launchpad via the managed app router. Is it possible to embed such an application in an iframe? The intention is that the application is not accessed di...
Hi, Is it possible to specify the approuter version that the MDK deploys to Web with? We're experiencing some issues and I would like to update to the latest approuter version if possible. Thanks John
Hi, We have an Android platform MDK application which has push notifications. We are registering the app to receive push notifications and it all works fine, showing the received content in a Message popup. However, we need to perform some action...
Hi, We have deployed our MDK app to Mobile and Cloud Foundry. The Cloud Foundry app is embedded in our Launchpad. I have configured the app router parameter to be 30 minutes, so that it aligns with our Launchpad settings, and for the most part t...