Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-23 Thread Garrison, Sean (Norcross)
Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Babineau, Robert Sent: Monday, December 19, 2011 12:21 PM To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG Subject: FW: How do I force a filter to only happen after save? i.e. phase 3 ** So, not knowing all

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-23 Thread Babineau, Robert
Babineau, P.Eng. Bell Aliant robert.babin...@bellaliant.ca From: Logan, Kelly [mailto:kelly.lo...@proquest.com] Sent: December 22, 2011 12:17 PM Subject: Re: How do I force a filter to only happen after save? i.e. phase 3 ** It sounds like this (and ARSmarts') answer is essentially creating your

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-22 Thread Logan, Kelly
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Babineau, Robert Sent: Monday, December 19, 2011 12:21 PM To: arslist@ARSLIST.ORG Subject: FW: How do I force a filter to only happen after save? i.e. phase 3 ** So, not knowing all the workflow in your process, I can't recommend anything to change to make

FW: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-19 Thread Babineau, Robert
somewhere in a field. Hope this is the kind of answers you were looking for. Robert Babineau, P.Eng. Bell Aliant robert.babin...@bellaliant.ca From: Garrison, Sean (Norcross) [mailto:sean.garri...@fiserv.com] Sent: December 16, 2011 3:14 PM Subject: How do I force a filter to only happen after save

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-19 Thread Garrison, Sean (Norcross)
:21 PM To: arslist@ARSLIST.ORG Subject: FW: How do I force a filter to only happen after save? i.e. phase 3 ** So, not knowing all the workflow in your process, I can't recommend anything to change to make it work with phase 1 and phase 2 processing, so I'll answer your question directly

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-19 Thread VARGAS, JESUS EMILIO (JESUS EMILIO)
Hi Sean To avoid the filter jump the phases, the correct syntaxis for the filter is `! no ~! Regards. J. Emilio Vargas From: Garrison, Sean (Norcross) [mailto:sean.garri...@fiserv.com] Sent: December 16, 2011 3:14 PM Subject: How do I force a filter to only happen after save? i.e. phase 3

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-19 Thread ARSmarts Support
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Danaceau, Chris (CONTR) Sent: Friday, December 16, 2011 3:54 PM To: arslist@ARSLIST.ORG Subject: Re: How do I force a filter to only happen after save? i.e. phase 3 ** How about using

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-17 Thread patchsk
I faced with a similar issue couple of years ago when I need to work on a child parent updating each other. I ended up using a perl script. The perl script just sends a flag to the form B(Client in you scenario) from form A (People) using the the arsperl api call. I invoked this perl script with

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-17 Thread Ali A. Musa
Use “PUSh Fields”, “Direct SQL” to ignite filter. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of patchsk Sent: Saturday, December 17, 2011 11:18 AM To: arslist@ARSLIST.ORG Subject: Re: How do I force a filter to only happen after save? i.e. phase 3

How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Garrison, Sean (Norcross)
I have a workaround for this but I don't really like it. But here is the problem I am trying to solve: We have a custom crm app that contains people and clients. I am trying to trigger an event for each client related to a person whenever a field is changed on the people record. I have set

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Tommy Morris
You need to change the ~! To `! in the filter name From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Friday, December 16, 2011 1:14 PM To: arslist@ARSLIST.ORG Subject: How do I force a filter to only happen after save

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Garrison, Sean (Norcross)
happen after save? i.e. phase 3 ** You need to change the ~! To `! in the filter name From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Garrison, Sean (Norcross) Sent: Friday, December 16, 2011 1:14 PM To: arslist@ARSLIST.ORG Subject: How do I force

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Tommy Morris
Subject: Re: How do I force a filter to only happen after save? i.e. phase 3 ** It is my understanding `! forces a phase 1 operation not a phase 3. Sean From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]mailto:[mailto:arslist@ARSLIST.ORG] On Behalf Of Tommy Morris

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Pargeter, Christie :CO IS
(Norcross) Sent: Friday, December 16, 2011 1:58 PM To: arslist@ARSLIST.ORG Subject: Re: How do I force a filter to only happen after save? i.e. phase 3 ** It is my understanding `! forces a phase 1 operation not a phase 3. Sean From: Action Request System discussion list(ARSList

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Danaceau, Chris (CONTR)
PM To: arslist@ARSLIST.ORG Subject: How do I force a filter to only happen after save? i.e. phase 3 ** I have a workaround for this but I don't really like it. But here is the problem I am trying to solve: We have a custom crm app that contains people and clients. I am trying to trigger

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Brian Goralczyk
System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] *On Behalf Of *Garrison, Sean (Norcross) *Sent:* Friday, December 16, 2011 2:14 PM *To:* arslist@ARSLIST.ORG *Subject:* How do I force a filter to only happen after save? i.e. phase 3 ** ** ** I have a workaround

Re: How do I force a filter to only happen after save? i.e. phase 3 ....

2011-12-16 Thread Garrison, Sean (Norcross)
: Friday, December 16, 2011 2:14 PM To: arslist@ARSLIST.ORG Subject: How do I force a filter to only happen after save? i.e. phase 3 ** I have a workaround for this but I don't really like it. But here is the problem I am trying to solve: We have a custom crm app that contains people