Show in Smart Action Confirmation Message in Redwood data from Rest Service response
Summary:
For a UI Smart action calling a rest service we need to show the user data from the service response
Content (please ensure you mask any confidential information):
Hi, we have configured a smart actions that is calling a custom Rest web service exposed by OIC.
The smart action invoke an object function on the Opportunity object, and in the Groovy code for object function we are calling the rest service and handling the response from the web service.
We need to display to the user invoking the smart action in redwood UI some data from the rest response, to make it clear if the call was ok or not, and to show some id received in the response.
0