I have about a dozen Filters that I want to handle errors differently on.
If Field1 = $NULL$, I want to display the error, if Field1 != $NULL$ I want
to push the error to a form for later display.
 
So...my error handler filter has a simple qual
 
'Field1' = $NULL$
 
my if action should be
'Display the error'
my else action is
'Push error to form'
 
My problem is that I have no way of telling Remedy 'oops, my bad, go ahead
and display the message' without generating another error message action to
stop the handling.  Does anyone know of a way to do this other than to build
two filters with alternating qual's, one that throws the error, the other
that pushes to the form in EVERY situation?

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

Reply via email to