User bio
404 bio not found
Member since Sep 20, 2018
Posts:
Replies:
Additional info:
I've added the following DTL and managed to append the ORC NTE segments from inbound message to outbound translated message PID NTE, issue is when I have multiple ORC NTEs to append to PID NTE they overwrite as opposed to appending as multiple NTE segments:
for each source.{PIDgrpgrp().ORCgrp().NTE()}
append target.{PIDgrpgrp().PIDgrp.NTE(k1)} source.{PIDgrpgrp().ORCgrp().NTE(k1)}
endeach
test- you can see only the one NTE is copied over:
Thanks Jordan, apologies I am new to Ensemeble. I am using DTL in the graphical editor, is the snippet used elsewhere?
Certifications & Credly badges:
Ciaran has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Ciaran has no followers yet.
Following:
Ciaran has not followed anybody yet.
Thanks Julian,
I did something similar and set a counter and it works as expected.
One more query, I am also trying to iterate the OBXGrp().NTE's but the IF statement is returning false, can you see anything wrong with the syntax?