You can also use a very simple SQL Update query....
update table_name set assignee_groups = ';0;' where <your_condition> Thanks&Regards, Vijayalakshmi Paulraj ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of LJ Longwing Sent: Tuesday, December 09, 2008 1:47 AM To: [email protected] Subject: Re: Escalation Issue Only way you can update a record without changing the last mod by and date (in a supported way) is through a 'merge' action on the record....you could if you would like, write an API program that would update the records via merge, which wouldn't cause the last mod fields to change (if I remember correctly)...or do you also need to set the fields during the merge to have them not auto updated....I forget. ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sree Vyas Sent: Monday, December 08, 2008 12:55 PM To: [email protected] Subject: Escalation Issue ** Hi All, I have inherited one escalation which change Assignee group to "Public" for all the records. I knew it changes the modified date to the current date when Escalation date. Could anybody suggest any way to change Assignee group to "0" without modifying other fields in a record. Thru Database? Regards, Vyas __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ -------------------------------------------------------------------------------------------- This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only. Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message. -------------------------------------------------------------------------------------------- _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

