I’m hoping for some suggestions on the best way to handle filtering messages in an FRL. Here’s what I’ve come up with so far which both have a big flaw in my opinion:
1) I could use an Offset and Length in the Trx ID determination of the Inbound tab on the thread configuration and then just set up my route accordingly.
2) I could create a tcl proc to pull out the data necessary to filter the messages and kill them in the TPS Inbound Data UPoC.
I don’t like either of these options because they do not take the FRL format into consideration. For example, if a field length changes in the variant at some point in the future for whatever reason and the change affects a field that precedes the field I’m keying off of, then my filter will break. I can’t guarantee that the programmer after me will remember to look at my code if they change the variant.
I’ve never had to use the GRM commands before but is this an appropriate time to use them?
Thanks!
-Daniel