You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting below exception while calling a REST API using GROOVY script from Application Composer

edited Aug 4, 2023 3:29PM in Fusion Service

groovy.lang.missingpropertyexception : no such property: result for class: java.lang.string

Code Snippet:

def ModeSelection = 

[

 ModeSelection :SelectMode_c,

]

def response;

response = adf.webServices.DeliveryPreferenceAPI.POST(ModeSelection)

setAttribute('Result_c',response.Result)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!