a_oezsoy
Explorer
Member since ‎08-18-2022

User Statistics

  • 24 Posts
  • 0 Solutions
  • 1 Kudos given
  • 10 Kudos received

User Activity

Hello,I was following this tutorial on SAP Build Process Automation. During the deployment of the live process I am encountering the following error.Upon further inspection I realized that the error is related to the deployment of the CAP service. Th...
Hi, I have a Fiori Elements app and I am having difficulty placing my action button before the standard Delete action in the object page. I have written a sample code below. Referring to the delete button as StandardAction::Delete seems to work...
Hi, I am working on a CAP project with Fiori Elements List Report frontend. I have a custom on READ handler for a certain entity and I would like to show notifications to the user on the UI after the read event. The way I implemented it is as fol...
Hello, I have an application that sends mails using the SAP Cloud SDK mail client module (JS). This app was previously deployed in a Cloud Foundry space with the API endpoint: https://api.cf.eu10.hana.ondemand.com/. The connection to the mail serve...
Hi, I currently have a CAP project that includes multiple UI5 apps. The structure is similar to the following: / |--app/ |--app1/ // application 1 |--webapp/ |--ext/controller/ |--app1viewX.controller.js |--app2/ ...