Fred has suggested the right way to do it, but I don't know if that explains
your problem. If you're closing the help desk form without hitting save, any
filters that fire on "modify" should not fire, regardless of the run if
qualification.

Neel, you should switch on filter and possibly active link logging, and see
if you can catch the piece of workflow that's running the push fields
action. Possibly there's something else - another filter or active link
that's doing it?

Regards,
Matt Willis

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W
Sent: Tuesday, 8 May 2007 7:34 AM
To: arslist@ARSLIST.ORG
Subject: Re: Need help with filter qual

If you don't change status on a form then 'TR.Status' is NULL so it will
not match the database.

Change that part to   ( 'Status' != 'DB.Status')

Fred 


-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE arslist Neel
Sent: Monday, May 07, 2007 4:26 PM
To: arslist@ARSLIST.ORG
Subject: Need help with filter qual
Importance: High

Hello fellow-listers,

We have a staging email-form that grabs incoming emails from 'AR System
Email Messages' form. When email have Incident number in email
subject-line, we parse the incident # and open incident in "Modify"
mode.

Now, we have a filter that executes on HPD:Help Desk on Modify and on
Submit both.

        The Run If condition is: 
        ( 'Status' != "New") AND ( 'TR.Status' != 'DB.Status')

        If Action:
        Push Values to: AR System Email Messages

        Push Filed If:
        'Incident Number' = $Incident Number$

        If No Request Match: Take No Action

        If Any Request Match: Modify All Matching Requests

        Custom Fields: Status = Assigned.

The filter executes every-time I double-click the email record from
staging form (double-clicking a record in email staging form opens
incident window in modify mode) and now here comes a problem:

When the incident window opens up in modify mode, if I close the
incident window without doing ANYTHING (without modifying and saving
anything), it STILL processes the email status to "Assigned". I want to
be able to tag the email with Assigned status ONLY when I click "Save"
button on incident form.

Any suggestions?

Thanks in advance,

Neel Gautam.


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete
the original.  Any other use of the email by you is prohibited.

____________________________________________________________________________
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the
Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to