You could also do it fairly easily in Developer Studio, if you're brave enough to use Developer Studio against a 7.1 server (I haven't really had any issues so far). Developer Studio lets you easily filter workflow and forms based on various criteria, one of which is the Primary Form for the workflow. I haven't found a way to bring up workflow associated to a form that isn't the primary form, though. That seems to be a drawback of Dev Studio. But then again, I may just have missed that option...
Lyle From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Joe D'Souza Sent: Monday, December 14, 2009 12:17 PM To: [email protected] Subject: Re: fast way to find the object in Remedy ** Atif, Since you say 'quickest' technically the AR Admin tool isn't the 'quickest' way to find objects especially if you have all those OTB apps of ITSM installed.. The quickest way would be trying a database search.. For e.g. if you want to search for all AL's tied to a particular form: select name from actlink where schemaid in (select schemaid from arschema where name = '<your schema name>'; You could also use the exist clause instead of in, which I am told has a performance advantage.. These searches will take no more than a few seconds (1 to 2 or 3 seconds) as opposed to nearly a minute or more on the Admin tool.. You could run similar searches for other objects like filters, menus, etc.. Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]]on Behalf Of ITN (Atif Akbar) Sent: Monday, December 14, 2009 7:09 AM To: [email protected] Subject: fast way to find the object in Remedy ** Hi, I am using Remedy 7 and need to know the quickest way to find that Objects (e.g. active links, Filters) related to Form. Thanks & Regards Atif Akbar DISCLAIMER: "This e-mail message including any of its attachments is intended solely for the addressee(s) and may contain privileged information. If you are not the addressee or you have received this email message in error. Please notify the sender and delete the email destroying any hard copies of the original e-mail message and The sender will remove your details from its database. You are not authorized to read, copy, disseminate, distribute or use this e-mail message or any attachment to it in any manner. This e-mail message does not contain financial instructions or commitments of any kind. Any views expressed in this message are those of the individual sender and do not necessarily reflect the views of Emirates NBD PJSC, or any other related subsidiaries, entities or persons." _Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

