Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a job that's look likes this :
in the tHmap (at 1) I use function PutValueToExternalMap with key and XPath function like this :
This value in the CustRef global variable is needed at step 2 where I retrieve it using ((String)globalMap.get("CustRef")) but the value returned is null. The value is not present in the global variable.
But when I do ((String)globalMap.get("CustRef")) at point 3 in a tJava and there I can retrieve the right value of the variable.
The value in the global variable is available at point 3 and NOT available at point 2 as I would expect.
Main question is, why is the value in the global variable present at a later 'time' in the job then expected ?
Any help and or clearification is welcome.
Thanks in advance.
Jacco
Thanks for your suggestions.
I have tried them both, but no results so far.
I keep looking for something else.