Thad, Just to make sure that there is no confusion down this path, the answer is NO.
Misi is right. Refreshing a table will not fire any workflow on the source form that the table is from. A table refresh does a Search using the GetList operation from the system. It does not use the Get operation to get the details for an entry. Get fitlers fire on the Get operation when you retrieve the details of an entry (yes, this includes the get multiple calls). But they do not fire on the GetList or search operation. Why? Performance pure and simple. If every time you did a search and got a hit list -- that may be 1000s of items -- we looped through the list of hits and ran filters that fire on get on every entry.... You would have terrible performance. So, there is no workflow fired on the source form -- either active links or filters. There may be logic fired on the form that contains the table -- on table refresh, on row select, or tied to the button or whatever you used to cause the refresh to occur if you used an external operation to force a refresh. But that would be on the form holding the table you are refreshing not on the source form of the table data. I hope this helps, Doug Mueller ________________________________ From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Thad K Esser Sent: Tuesday, March 16, 2010 9:22 AM To: [email protected] Subject: Re: Active Link Firing Question ** This is off topic from the original question, but wouldn't any Get-Entry filters on the underlying form fire when a row in the table was selected - meaning its possible that some filters could get triggered. Thad Esser Remedy Developer From: Misi Mladoniczky <[email protected]> To: [email protected] Date: 03/16/2010 07:36 AM Subject: Re: Active Link Firing Question Sent by: "Action Request System discussion list(ARSList)" <[email protected]> ________________________________ Hi, The answer is no. No ACTL or FLTR can be triggered in the underlying table-form where the search is done. You may have ACTL connected to the table-field itself that may be triggered on "row-choise". Best Regards - Misi, RRR AB, http://www.rrr.se<http://www.rrr.se/> Products from RRR Scandinavia: * RRR|License - Not enough Remedy licenses? Save money by optimizing. * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. Find these products, and many free tools and utilities, at http://rrr.se<http://rrr.se/>. > Hi All, > > Currently I am looking at the performance of one of my table fields and > have what may seem like an odd question. When you refresh a table which > lists the Ticket Form, do any active links on the Ticket Form fire? > Display, Window Loaded, Window Opened? > > I am pretty certain the answer is no but thought I would ask. > > ARS 6.3 > SunOS 5.9 > Oracle 9.2 > > Thanks > Mark > > ____________________________________________ > Mark Brittain > Remedy Developer > NaviSite > [email protected]<mailto:[email protected]> > (315) 453-2912 x5335 (Phone) > (315) 317.2897 (Cell) > > > > ________________________________ > This e-mail is the property of NaviSite, Inc. It is intended only for the > person or entity to which it is addressed and may contain information that > is privileged, confidential, or otherwise protected from disclosure. > Distribution or copying of this e-mail, or the information contained > herein, to anyone other than the intended recipient is prohibited. > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > -- > This message was scanned by ESVA and is believed to be clean. > > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" *IMPORTANT NOTICE: This communication, including any attachment, contains information that may be confidential or privileged, and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message is strictly prohibited. Nothing in this email, including any attachment, is intended to be a legally binding signature. * _Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

