1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
397 views
by amanda-w-3695 (5.1k points)

1 Answer

0 votes

In order to add a segment after the originating segment, use message.addChildAfter(). Here is an example of how to use this:

message.addChildAfter('PV1', 'PD1', 'PD1' + StringUtils.substringAfter(message.getNode('PV1'), 'PV1'));

by amanda-w-3695 (5.1k points)
...