cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Oci: How handel Cancel button?

Shape
Discoverer
0 Kudos
229

Hello 

I would like to add a "Cancel" button to my shopping cart. When OCI users click this button, it should cancel the current process and redirect them back to their original application.

Could you guide me on how to implement this functionality?

Additionally, is it possible to send back a response with a message when the OCI user clicks the "Cancel" button? If so, how can I achieve that?

Accepted Solutions (0)

Answers (1)

Answers (1)

timea_sap
Product and Topic Expert
Product and Topic Expert

Hi,

SRM application does have "Back to application" link by default. If you want to make it application independent, it has to be done within the OCI catalog. I'm not sure if you will find a unique solution, as catalogs are using different programming technics.

Best regards,

Timea

Shape
Discoverer
0 Kudos
As mentioned, I want to integrate this button into my OCI catalog. There are instances where users may want to navigate back to the SRM without selecting any products. I would like to know how I can send a response back to the Hook_URL, including a message or any additional parameters.