Re: Help On Deleting Record

2007-03-28 Thread David Yearsley
You didn't specify what version of AR System you are using. I don't remember exactly which version included archiving , but if you have a version that supports archiving that is an easier way to accomplish this task. One of the options in the archive is to just delete the records. >>> Ravikum

Re: Help On Deleting Record

2007-03-28 Thread CONDREA, Daniel
TECTED] On Behalf Of Grooms, Frederick W Sent: Wednesday, March 28, 2007 4:40 PM To: arslist@ARSLIST.ORG Subject: Re: Help On Deleting Record If you already have the EntryID you can use the Run Process command of Application-Delete-Entry "$SCHEMA$" $1$ If you are searching for re

Re: Help On Deleting Record

2007-03-28 Thread Grooms, Frederick W
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Ravikumar_Tadi Sent: Wednesday, March 28, 2007 3:09 AM To: arslist@ARSLIST.ORG Subject: Help On Deleting Record Hello Listers, I have a requirement to delete records which are 7 days old from a form i.e. FormA on every Saturday 9 AM. I have

Re: Help On Deleting Record

2007-03-28 Thread Suddhasil sircar
Hi Ravi, Instead of '$Create Date$ < ($TIMESTAMP$ - 604800)' try to give the entry id or request id of that schema. Thanks, Suddha On 3/28/07, Ravikumar_Tadi <[EMAIL PROTECTED]> wrote: Hello Listers, I have a requirement to delete records which are 7 days old from a form i.e. FormA on

Re: Help On Deleting Record

2007-03-28 Thread Misi Mladoniczky
Hi! If your escalation searches for the records to delete, you should not do a new Query. Intead you should do the following: Application-Delete-Entry "$SCHEMA" $1$ The FieldId of the EntryIdField is allways 1, and the above will delete the current record. Best Regards - Misi, RRR AB, h

Re: Help On Deleting Record

2007-03-28 Thread Serouche Rahimpour
Hi, use the archiving feature in the form properties instead. serouche Ravikumar_Tadi wrote: Hello Listers, I have a requirement to delete records which are 7 days old from a form i.e. FormA on every Saturday 9 AM. I have created an escalation in FormA with run if condition as 'Crea

Help On Deleting Record

2007-03-28 Thread Ravikumar_Tadi
Hello Listers, I have a requirement to delete records which are 7 days old from a form i.e. FormA on every Saturday 9 AM. I have created an escalation in FormA with run if condition as 'Create Date' < ($TIMESTAMP$ - 604800) and in the if action I have created a run process action with