Topic Options
Rate This Topic
#66850 - 05/20/02 11:10 AM "Modify" - can "Push Fields" trigger it?
sdavis Offline
Stealth Member

Registered: 06/12/01
Posts: 392
**

For a filter, what registers as a "Modify" action to trigger modify filters?

I have these filters that should trigger on modify.

I have another filter that does a "Push Fields" to this form. It doesn't
appear to trigger the Modify filters, and I was hoping that it would.





Top
#66851 - 05/20/02 11:24 PM Re: "Modify" - can "Push Fields" trigger it? [Re: rtobias]
todd_shulman Offline
Stealth Member

Registered: 06/12/01
Posts: 18
**

Push field actions that execute on Modify happen in Phase 3. It is quite
likely that your other Modify filters are not firing because the the push
action does not happen until all of these other filter conditions are first
tested, then your Phase 3 push action happens afterwards.

I had a similar problem with a set fields from SQL statement that was not
returning the proper value. When I ran the same statement directly from
the database, it would return the proper value, but because my active link
was being triggered from a Modify, the change was deferred until Phase 3,
and would affect the order of workflow being executed.

Sometimes it is necessary to use an After Modify active link to fire rather
than a filter. It doesn't always make sense to me either, but it's ARS
after all?

Todd Shulman
Burntsand Inc.
tshulman@burntsand.com





Top
#66852 - 05/21/02 06:50 AM Re: "Modify" - can "Push Fields" trigger it? [Re: rtobias]
rhammond Offline
Stealth Member

Registered: 06/13/01
Posts: 81
**

Or, see http://supportweb.remedy.com/RxPress/articles/filterprocessing.htm

You can force certain actions to occur prior to their designated Phase...I
use this all the time to bypass just this issue!

Thanks,

Rebecca Hammond
Remedy Developer
Globix Corporation
(212) 625-7245

> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Todd Shulman
> Sent: Tuesday, May 21, 2002 5:25 AM
> To: ARSLIST@LISTSERV.VISTAIT.COM
> Subject: Re: "Modify" - can "Push Fields" trigger it?
>
>
> **
>
> Push field actions that execute on Modify happen in Phase 3. It is quite
> likely that your other Modify filters are not firing because the the push
> action does not happen until all of these other filter conditions
> are first
> tested, then your Phase 3 push action happens afterwards.
>
> I had a similar problem with a set fields from SQL statement that was not
> returning the proper value. When I ran the same statement directly from
> the database, it would return the proper value, but because my active link
> was being triggered from a Modify, the change was deferred until Phase 3,
> and would affect the order of workflow being executed.
>
> Sometimes it is necessary to use an After Modify active link to
> fire rather
> than a filter. It doesn't always make sense to me either, but it's ARS
> after all?
>
> Todd Shulman
> Burntsand Inc.
> tshulman@burntsand.com
>
>
>
> To UNSUBSCRIBE, email the message "unsubscribe arslist" to:
> listserv@listserv.vistait.com
> You may also control your subscription options, including
> UNSUBSCRIBE, at www.ARSLIST.org
>
>





Top


Moderator:  Matt Reinfeldt