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___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

