This is episode 13 of "Developing side-by-side extensions with CAP for SAP Service Cloud v1" where I am explaining how to create the workflow rule that will trigger automatically my custom PDI action, which will end up calling the CAP endpoint and ma...
This is episode 12 of "Developing side-by-side extensions with CAP for SAP Service Cloud v1" where I am explaining how to test the deployed application through Postman. I will show you how to extend the ticket business object by creating a custom act...
This is episode 11 of "Developing side-by-side extensions with CAP for SAP Service Cloud v1" where I am explaining how to test the deployed application through Postman. I will show youhow to prepare and setup the External Web Service Integration and ...
This is episode 10 of "Developing side-by-side extensions with CAP for SAP Service Cloud v1" where I am explaining how to test the deployed application through Postman. I will show you how to obtain the Oauth token, to call the GET endpoint and, also...
This is episode 9 of "Developing side-by-side extensions with CAP for SAP Service Cloud v1" where I am explaining how to deploy the developed CAP project into Cloud Foundry.
Hi @JeyakumarAsai,This sounds to me as if you would have an issue with your environment variable APP_URL. My first thoughts would be: is your app server up and running? In case answer is Yes, I would review the video where I am showing how to get the...
Hi @Saurabh_Kabra,Thanks for commenting back!I fully agree that you could use CPI as an alternative approach; it all depends on the licenses customer has acquired. In my case, I took this approach as I assummed the customer only has a C4C subscriptio...
Hi @Saurabh_Kabra,I am not running the PRD environment in SAP BAS as I have already run development profile and, the only difference is the newly introduced destination. However, don't panic as that will get solved by the time you deploy as you will ...
Hi, I believe you may be missing to obtain the OAuth token.In episode 10 of my video series I am explaining how to test through Postman for v1 scenarios which I believe should be similar to what you need.Regards.Alejandro.
Hi @frehan88,What you are asking for is a quite interesting topic! Difficulty relies on the fact that v1 uses OData while v2 uses REST API. That being said, you could somehow develop a multi-tier architecture where you could separate the Business lay...