Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Originating Thread name availability in Xlate
Hi All.
I need to identify message originating thread name from within xlate to perform specific action on the message.
Does anyone know how to accomplish that?
Thanks,
Alex
aet srcThd [xpmmetaget $mh ORIGSOURCECONN]
Thank you Charlie.
I had to modify your code a little to work as xltp fragment
so I am re-posting it for other people benefit.
{ { OP COPY } { ERR 0 } { PRE { set srcThd [xpmmetaget $xlateId ORIGSOURCECONN] set xlateOutVals [list $srcThd] }} { IN @null } { OUT @originatingSystem } }