I have created the destination shown below, then connected it to Build Apps via Universal REST API integration. It works well when I click on test, or in the preview. However, when I deploy it and open it, the destination returns 500 without any expl...
I have a Build Apps application where I need to send a data to a BTP Destination, which is a Kyma Serverless function. I am not able to perform the actions I want in build apps, so I need to process the sent data in kyma, then return the response.In ...
We have built a Fiori Elements application. In the header actions, we have too many buttons, which I'd like to group. Is it possible to create a button group (a menu) and when clicked on it, display the relevant actions like a dropdown, similar to th...
IntroductionSAP Sales and Service Cloud Version 2 provides KPI Cards inside Account Details, which are called "Key Metrics". Key Metrics provide quick information about the transactional documents of the account displayed.Standard Key MetricsBesides ...
As SAP's latest Cloud Native Stack CRM Tool - Sales and Service Cloud Version 2 - continues to grow with the addition of new features every day, many consultants and customers are opting for cloud-to-cloud integrations instead of complex on-premise i...
Very nice guide! We already implemented a few UI5 apps (and plenty Build Apps applications) into our SSCV2 system and it is following the same approach. They work well, since the APIs are quite fast it doesn't feel like a mashup. You know what would ...
When I checked the application logs, I can see the error coming from the destination.Retrieval of OAuthToken failed due to: Unable to fetch refresh token from the specified token service URL. Response was: Bad credentialsI am able to replicate the sa...
Hello Dan, Indeed, creating an OAuth2UserTokenExchange with the token link to our IAS worked. Kyma now receives the relevant JWT token as the authorization header.