CRM and CX Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
3 Comments
Saurabh_Kabra
Participant
0 Kudos

@Kinsbrunner Just one observational comment, hope you won't mind 😉

If you are doing it side-by-side, don't you think, using PDI is against the principle of it? In my opinion, the same scenario could be fully leveraged without SDK.

  1. You can use CPI to do the entire operation, what you did in this video as well as what you will be doing in the next video via ABSL.
  2. Then expose that CPI endpoint as HTTP. Use this HTTP endpoint for the event notification webhook.

FYI...while I said CPI above, but it could even be any http endpoint like one from serverless function on AWS or on Kyma runtime.

This way no need for any ABSL script and you go really in side-by side. Just a minor observation 😊

Best

Saurabh

Kinsbrunner
Active Contributor

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 subscription and BTP.

Regartding your initial comment, I do not think the approach I have taken contradicts the side-by-side principles as you will see on the upcoming videos (spoiler alert!) that the only thing I am doing within PDI is defining an action for the Service Request and call the web service. I am not adding any logic. You will also see that I trigger this action through customizing and not through code so the logic is mixed between customizing and the BTP app.

Hope everything makes sense once I finish uploading all the videos 😉

philipphoener
Explorer
0 Kudos

Very good video,
especially the explanation of how to implement XSUAA authentication using PDI development.