Neel,

If someone hits the save button, that means the system has detected that one
field or other has been modified (i.e. "dirty" flag). You could run the
filter on modify, with no run if qualification (i.e. always runs, regardless
of what fields have changed). However, the changed fields may not have
actually changed, eg. coming back to the 'Status' != 'DB.Status' situation.

If you wanted to confirm for sure that something has changed, you would have
to run the '<field>' != '<DB.field>' for pretty much every field you want to
catch.

Regards,
Matt

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

Fred,

That's a great point!! But then it'll leave another question. What is
user modifies the incident WITHOUT changing the status? Is there anyways
we can say that a particular incident want modified by logged-in user?
It could be any change and not just status.

~ Neel.

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W
Sent: Monday, May 07, 2007 4:34 PM
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"


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