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 < [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"
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

