Sidebar
0 votes
1.8K views
by brandon-w-8204 (34.1k points)
I need to remove any historical vaccines from my VXU messages that are sent to the state registry. How can I do this?

1 Answer

0 votes
 
Best answer

You can add this code before the 'RXA exists' condition node in the IIS channel. This will remove the RXA segment and cause the message to be discarded.

message.removeAllNodes('ORC[/RXA-9.1!=00;group=!ORC]');

by brandon-w-8204 (34.1k points)
selected by ben-s-7515
...