Is it possible to modify manifest or provide a new manifest dynamically in component.js?Any example or reference is available?Or any hooks available to change manifest dyanmically?Note: Want to change routes pattern and targets.
IntroductionBased on my brief experience with SAP Fiori Elements, I have previously written two blogs as follows:CAP with Fiori Elements: Side Effects, Custom Actions, Dynamic ExpressionsCAP with Fiori Elements: Configure Multiple Views on List Repor...
IntroductionBased on my brief experience with SAP Fiori Elements, I have previously written two blogs as follows:CAP with Fiori Elements: Side Effects, Custom Actions, Dynamic ExpressionsCAP with Fiori Elements: Configure Multiple Views on List Repor...
Introduction:Sometime back, I had the opportunity to delve into the world of Fiori Elements, documenting my understandings that highlighted some of its key features in following blog post:CAP with Fiori Elements: Side Effects, Custom Actions, Dynamic...
IntroductionResilience of a cloud application is its ability to maintain its functionality, availability, and performance even when failures, disruptions or unexpected events occur. Resilience strategies in cloud applications involve implementing des...
I am not sure if you can do this via mta.yaml becuase mta.yaml is used to deploy your app in provider account. Tenant is not available until subscription. So it has to be done on subscription. Sample Code: https://github.com/SAP-samples/btp-cap-multi...
very well written @vedant_gupta. It is nice to see an example where LLM agent is used to solve a business challenge especially in supply chain area. LLM agents combined with RAG can be a powerful approach to solve real business problems.