Re: Last Modified By Question

2010-05-27 Thread Brittain, Mark
Why couldn't you just use On Modify if $USER$ = SCIB? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Terry Bootsma Sent: Thursday, May 27, 2010 10:59 AM To: arslist@ARSLIST.ORG Subject: Re: Last Modified By Que

RESOLVED: Last Modified By Question

2010-05-27 Thread Pierce, Amanda (TBS)
: Thursday, May 27, 2010 9:59 AM To: arslist@ARSLIST.ORG Subject: Re: Last Modified By Question Try the following on a Modify filter: $USER$ = "SCIB" That should only fire when a record is being modified and the user is the one you want Fred -Original Message- From: Action Reque

Re: Last Modified By Question

2010-05-27 Thread Terry Bootsma
** 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 filterHowever, irregardless, you should be able to do what you want to do via the following:Fire on Modify$USER$ != 'DB.Last M

Re: Last Modified By Question

2010-05-27 Thread Chuck
BS) > Sent: Thursday, May 27, 2010 6:03 AM > To: arsl...@arslist.org > Subject: Last Modified By Question > > ** > > 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

Re: Last Modified By Question

2010-05-27 Thread LJ LongWing
Amanda, Have you tried a qual of 'Modified By' != $USER$? From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Pierce, Amanda (TBS) Sent: Thursday, May 27, 2010 6:03 AM To: arslist@ARSLIST.ORG Subject: Last Modified By Question **

Re: Last Modified By Question

2010-05-27 Thread Rogerio Aguiar
eeing the system stamp of Last Modified By as a change. -Original Message- From: Action Request System discussion list(ARSList) [arsl...@arslist.org] On Behalf Of Chuck Sent: Thursday, May 27, 2010 8:47 AM To: arslist@ARSLIST.ORG Subject: Re: Last Modified By Question A filter fires off of

Re: Last Modified By Question

2010-05-27 Thread Grooms, Frederick W
(TBS) Sent: Thursday, May 27, 2010 8:55 AM To: arslist@ARSLIST.ORG Subject: Re: Last Modified By Question 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' != '

Re: Last Modified By Question

2010-05-27 Thread Pierce, Amanda (TBS)
8:47 AM To: arslist@ARSLIST.ORG 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

Re: Last Modified By Question

2010-05-27 Thread Chuck
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 Ent

Last Modified By Question

2010-05-27 Thread Pierce, Amanda (TBS)
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... Thank