E9.2 Change response from 200 to 500 in Orch

Ashwin Ramkumar

Ashwin Ramkumar

Member
How to change the orchestration response from 200 ( Success ) to 500 ( Error ) via manipulate output option in JDE Orchestrator ?
 
You can just throw an exception in the manipulate output groovy. Normally I do this in a custom request so I can force an error when validating data on a form using a form extension, but it works in the manipulate outputs as well.

1703795960785.png


1703795869112.png
 
How to change the orchestration response from 200 ( Success ) to 500 ( Error ) via manipulate output option in JDE Orchestrator ?
If you have tools 9.2.6.3 or bigger you can use LEX to show a DD Error and the Result JSON looks more clean, like a error for an app
 
I am trying to throw an exception in manipulate output of an orchestration that is a running a connector through to JDE 92. We are going to be running both systems parallel for a bit and need to do checks between both. In JDE 92 I have no issues using both LEX as well as manipulate output to do this. I am having issues trying to throw an error in exception JDE 91 tools 9.2.4.5 - it runs perfectly in the Orch Studio as below:
1713327931830.png
But when it is called in the form via a form extension I get this warning.

1713328028090.png

Is this because this tools release simply can't handle this?
 
Back
Top