If you don't need the ID for anything else besides insert, you can use BI trigger on the table and fetch the next value of the sequence in it. For example:
TRIGGER name BEFORE INSERT
ON table
REFER ...
Have you thought about putting that information on the RFH header? You should be able to map it there right? :innocent:
That's an option in TN node? Cause if I have to use other node I will process e ...
Can't cast it.
I was asking because I wanted to make all i need with a Mapping Node. And I need the information supplied by TimeoutNotification.
I can do it with let's say Java node, but what's the ...