This is true. That being said, when I create custom forms and workflow, I generally have a template form (it's a regular form) that I use to store ALL the fields that I add to any forms in my application. I do this for a number of reasons. This allows me, even if I have a display only form, to do a matching IDs lookup against the template form (to clear all my fields).
Scott Parrish IT Prophets, LLC (770) 653-5203 www.itprophets.com -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Grooms, Frederick W Sent: Friday, April 30, 2010 9:25 AM To: [email protected] Subject: Re: {Remedy ARS} Clear All Of course you can't do a read from the same form if you are on a Display Only form (Since you can't select the display only form as the form to get data from) -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Jason Miller Sent: Friday, April 30, 2010 1:19 AM To: [email protected] Subject: Re: {Remedy ARS} Clear All Yeah, that is too simple. All these years it was right under my nose. Thanks! On Thu, Apr 29, 2010 at 2:09 PM, Lyle Taylor <[email protected]> wrote: Oh, the elegance of that! Nice solution! Lyle -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Scott Parrish Sent: Thursday, April 29, 2010 2:51 PM To: [email protected] Subject: Re: {Remedy ARS} Clear All Active Link: SetAllFieldsNull Form: <Your Form Name> Execute On: Button <Your Button> Run If: $NULL$ If Action: Set Fields Read Value For Field From: <Your Form Name> (not Current Screen. The SAME form the Active Link executes on) Set Field If: 0 = 1 If No Requests Match: Set Fields To NULL If Multiple Requests Match: <not a concern since 0 never equals 1> Check the Matching IDs checkbox. This will clear ALL of your fields. Hope This Helps Scott Parrish IT Prophets, LLC (770) 653-5203 www.itprophets.com -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of jham36 Sent: Thursday, April 29, 2010 4:33 PM To: [email protected] Subject: Re: {Remedy ARS} Clear All I hope someone replies to this with a better solution. The only thing I can think of is to do a set fields action and set all the fields to NULL. That does not seem like the best solution. I look through the documentation for something like "PERFORM-ACTION-TABLE-CLEAR <table_field_ID>", but I didn't see anything for fields. Sorry I couldn't be of more help. James On Apr 29, 4:26 pm, "Kemes, Lisa" <[email protected]> wrote: > Is there a way to clear all of the fields in an Active Link? (much like the > CTRL+E function in the User Tool?) > > ARS 7.1 Patach 7 > Oracle 10g > > Lisa Kemes > AR System Developer > Tyco Electronics > 717-810-2408 tel > 717-810-2124 fax > [email protected] _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

