I would not be quite that quick... You could also use a Push action to trigger filters. (Submit, Modify) You could also use a Set Field action to trigger filters. (Get Entry) You could also use a Run Process (Application-Delete-Entry) action to trigger filters. (Delete)
In fact the only filters that I think you can not trigger (in some way) from an active link is a Merge filter. (But since a Merge filter could be included in a Filter guide, I guess that is really a mute point too.) So a person could create another form (maybe display only) and attach the filter guide (and all contained filters) to this form. Then from an AL do a Push to the new form. (Which would trigger a Submit to that new form and could have a filter that always calls that guide during submit.) Thus an AL Push action could "call" the filter guide. However, I doubt that is really what the orginal poster is trying to achieve. Because the filter guide would be operating on a different transaction than the current client screen. (The current screen is not a transaction. Which I believe to be the root issue with the posters understanding of the tech that they are asking about.) Server code (Filters) does not portable directly to Client code (Active Links). The environments are very different and the feature sets between the two typs of "code" are different too. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On 1/11/07, Meenakshinathan <[EMAIL PROTECTED]> wrote:
Not possible.. the only way is add a" commit changes "action in the active link. this will intern call submit action for the current form. write one filter on submit action and in this filter call the filter guide whic you want. Meenakshinatha
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

