Why couldn't you just use On Modify if $USER$ = SCIB? ________________________________ From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Terry Bootsma Sent: Thursday, May 27, 2010 10:59 AM To: [email protected] Subject: Re: Last Modified By Question
** Amanda: The field 'Last Modified by' is a system field that is set by the ARSystem engine. As a result, I don't think you can reference the Transaction value in your filter.... However, irregardless, you should be able to do what you want to do via the following: Fire on Modify $USER$ != 'DB.Last Modified By' and $USER$ = "SCIB" Give it a shot and let me know how it goes.. Terry On May 27, 2010, Pierce, Amanda (TBS) <[email protected]> wrote: Chuck, I have a scenario where I need to send a notification when an external system modifies a record. So, I have a filter firing on Modify with Run If: 'Last Modified By' != 'DB.Last Modified By' AND 'Last Modified By' = "SCIB" I see a record being modified by this USER, however, my filter will not fire...seems like it is not actually seeing the system stamp of Last Modified By as a change. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Chuck Sent: Thursday, May 27, 2010 8:47 AM To: [email protected]<mailto:[email protected]> Subject: Re: Last Modified By Question A filter fires off of the following submit, modify, get entry, service, Delete. Why do you want to fire offf of Modify Date changing? Are you checking the Before and After time of the Date? Example: Firing filter on Modify if Modified Dates differ greater than 1 Day. Execute On: Modify or Get Entry or Service or Delete Run-If: 'TR.Modified Date' > ('DB.Modified Date' + (3600 *24)) Since Modified Date always changes on successfull update, the TR value is never null. On May 27, 7:03 am, "Pierce, Amanda (TBS)" <[email protected]<mailto:[email protected]>> wrote: > Hello All, > Has anyone ever fired a filter off of the Last Modified By field > changing? > I have set up a filter to do this, but its not firing...seems like a > filter will not fire off of this modification. I couldn't find anything > in the documentation that would say if it was possible or not... > > Thanks in Advance for any help/guidance! > Amanda Pierce > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives > atwww.arslist.org<http://www.arslist.org> > attend wwrug10www.wwrug.comARSlist:<http://www.wwrug.comARSlist> "Where the > Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org<http://www.arslist.org> attend wwrug10 www.wwrug.com<http://www.wwrug.com> ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org<http://www.arslist.org> attend wwrug10 www.wwrug.com<http://www.wwrug.com> ARSlist: "Where the Answers Are" _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ ________________________________ This e-mail is the property of NaviSite, Inc. It is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential, or otherwise protected from disclosure. Distribution or copying of this e-mail, or the information contained herein, to anyone other than the intended recipient is prohibited. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

