cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Service Cloud v2: How to create an event for the custom button created

Nijith
Explorer
0 Kudos

How can I create a custom event  in Service Cloud v2 for a custom button created and make a call to a custom BTP CPI iFlow from that event ? 

Nijith_0-1712672103613.png

 

View Entire Topic
Simon1982
Explorer

Hi,

The event name comes from the tab you create on the case. So first create a new tab on case level and add a mash-up.

Simon1982_0-1714392736219.png

then create the button and add the event. 

Simon1982_1-1714392858279.png

When you hit the button the tab will be added on the case.

Simon

 

CAPMDeveloper00
Explorer
0 Kudos

Hi @Simon,
How will it benefit the developers to call an custom app up and running on BTP platform?
What are the possible extensibility can be done using this button?
Please provide some insight on it.

Regards,

Guywholovecoding

Simon1982
Explorer
0 Kudos

Hi @CAPMDeveloper00,

the most logical extensibility using the button is to call a custom app (URL based) where end-user can see additional external data or execute functions/processes that does not cover the standard of Sales/Service cloud.

KR, Simon

CAPMDeveloper00
Explorer
0 Kudos

Hi @Simon,

That means It will not trigger any outbound call from V2 system.

It is a correct understanding?

 

Regards

CAPMDeveloper00
Explorer
0 Kudos
Hi @Simon, That means it will not trigger any outbound call from Sales and Service V2 right?
Simon1982
Explorer
0 Kudos
Hi @CAPMDeveloper00, outbound calls are triggered via autoflow or external hook (available on the API of the business object). Depending on your use case you should use one or another. KR, Simon