@BrettLyder, I tried the selection criteria, but it didn't work for me.
They want to only suppress /C99.
How do I modify this canned suppression criteria on the section:
If {SO_SalesOrderWrk.ItemType} = ""4"" then
Formula = False
ElseIf {SO_SalesOrderWrk.ItemType} <> ""4"" AND _
Left({SO_SalesOrderWrk.CommentText},255) <>"""" Then
formula = False
Else
Formula = True
End If