Hello,
I'd like to add/remove items to/from a custom HL7 searchtable (which extends
Adding new items worked fine by:
- -add new item to class definition
- compile class in all namespaces
- reindexing messages with the BuildIndex() method
Question 1:
How can I remove items from the searchtable properly? Doing the same as above (removing them from the class, recompiling, reindexing) seemed to work, but the removed items still appear in the message viewer's search criteria list. So I think there must be an additional step to the procedure. What am I missing?
.png)
.png)

