Gareth,
I posted a new .net app last week that updates ARS entries from the command line based on a query. HTH http://arswiki.org/projects/dotnetutil Stephen _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Hugo Visser Sent: Wednesday, April 11, 2007 4:49 AM To: [email protected] Subject: Re: .net Utilities on ARSWiki.org ** I'm more fluent in Java so here's an example using edplus in addition to the Remedy Java API: http://edplus.googlecode.com/svn/trunk/example/ModifyEntry.java Using this code you could query for entries where status (field id 7) is 'New' and set the status to 'Assigned' (1) like this: java -cp ... ModifyEntry [EMAIL PROTECTED] "My Form" "'7' = 0" 7 1 Although not in .net, I hope it is helpfull to you. Hugo On 4/11/07, Gareth Oliver < <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]> wrote: Very useful - two apps one for Delete existing entry, one for Modifying existing entry. Question - does anyone have a sample application that does a Query for a record based on a qualification, then a modification of that record. Thanks ________________________________ From: Action Request System discussion list(ARSList) on behalf of Axton Sent: Thu 05/04/07 09:30 To: ARSList Subject: .net Utilities on ARSWiki.org I wanted to announce a set of .net utilities hosted on ARSWiki. Many thanks to Stephen Heider for releasing these under an open source license and adding these to the ARSWiki site. http://arswiki.org/projects/dotnetutil If you want to learn .net, contribute to these .net utilities, or add additional .net utilities to the site, reference the link above for information. Axton Grams ____________________________________________________________________________ ___ 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"

