With little documentation on my implementation and only a working familiarity with Cloverleaf ( 5.8 ) I will try to explain what I am trying to accomplish.
I am looking for a way to create an exception for a specific inbound record. The current implementation strips various names from inbound messages (based on an exclusion table(name_edit.tbl / last_name_edit.tbl)) before passing values to Initiate. Values such mr/mrs/brother/sister/reverend/captain etc are stripped away if they are passed in the name field.
I have a recurring case where a persons legal name is one of the excluded values and continues to cause data quality issues. Removing the name from the exclusion list is the simplest approach but not an ideal solution.
Is it possible to flag a specific record in a case such as this to allow it to pass through cloverleaf without having the offending value stripped?
Any help/insight/guidance would be much appreciated.
Thanks!
Brad