you will notice that the PERFORM ACTION ACTIVE LINK says it runs in AL but not in F/E...so unless your using a Filter to set a flag and having an AL fire after submit/modify to check that flag....unless you have an AL that is doing a push to the form that is having the filter fire...then you could just have another AL later in execution order do a check to see that the flag is set...and then push the button if it is...
_____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Smith, Ron Sent: Monday, January 22, 2007 8:45 AM To: [email protected] Subject: Re: need clarification...... ** Is there a way to have a filter fire a series of Active links, like the PERFORM ACTION ACTIVE LINK command is explained in the manual? Ron Smith Web/Remedy System Developer Providence Health System [EMAIL PROTECTED] 503-216-7866 _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of L. J. Head Sent: Monday, January 22, 2007 7:21 AM To: [email protected] Subject: Re: need clarification...... ** I think he is not trying to have a button fire a filter...but instead trying to have a filter push a button....after further reflection the opposite would work (in theory)...if you have your filter set a flag field...and then have an AL that fires on after submit or after modify and check for that flag...then push the button...that might just work _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Ben Cantatore Sent: Monday, January 22, 2007 8:15 AM To: [email protected] Subject: Re: need clarification...... ** If you really need to work a filter off the action of a button, you could have an active link update an field and save the record. Your filter could fire off the flag being set in that field. I recommend you don't use this solution. If you explained what you are trying to do, the list might be able to suggest a better alternative. . "L. J. Head" <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" <[email protected]> 01/22/2007 09:48 AM Please respond to [email protected] To [email protected] cc Subject Re: need clarification...... Filters cannot push buttons. Sorry -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Kalyan Krishna Nethy Sent: Monday, January 22, 2007 4:55 AM To: [email protected] Subject: need clarification...... Hi, Need solution for the following problem: i wrote runprocess :PERFORM ACTION ACTIVE LINK 1 ("button")in filter in submit mode.This will call another set of active link which was written on that button. If i write this PERFORM ACTION ACTIVE LINK 1 in activelink,it is working fine by calling all those activelink which are written for that button.But i wrote this action in filter.It is giving error. I need to run in filter.Do we have any other way to work this process in filter Thanks Kalyan. ____________________________________________________________________________ ___ 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" __20060125_______________________This posting was submitted with HTML in it___ __20060125_______________________This posting was submitted with HTML in it___ DISCLAIMER: This message is intended for the sole use of the addressee, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the addressee you are hereby notified that you may not use, copy, disclose, or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete this message. __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

