Integration Technologies - JDE1 (MOSC)

MOSC Banner

passing date variable in orchestrator connector

edited Apr 12, 2022 7:40AM in Integration Technologies - JDE1 (MOSC) 2 commentsAnswered ✓

Hi,

We are trying to update a table based on certain criteria passed from a Data request to a connector using groovy script. The data passed are AN8, Route code and Start date. When we are using AN8 and Rout code we can update the table but I am finding it difficult to pass the date variable and do the update. Below is the code can someone help with this:

{

HashMap<String, Object> returnMap = new HashMap<String, Object>();

//String inputAN8 = (String)inputMap.get("AN8");

Long inputAN8 = new Long ((String)inputMap.get("DMAN8"));

String inputROUT = (String)inputMap.get("DMROUT");

String inputDATE = (String)inputMap.get("DMSTRT");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center