Louise, > Application-Query-Delete-Entry "AP:Detail" 'Request' = "$Request ID$" 'Status-Dtl' = "Pending"
I think you need an AND in that qualification. Application-Query-Delete-Entry "AP:Detail" 'Request' = "$Request ID$" AND 'Status-Dtl' = "Pending" Application-Query-Delete-Entry takes 2 params, the first is the form name, the second is a qualification string. It's a little confusing, but the qualification string is not surrounded by quotes so it's hard to determine the 2 params. On 10/30/07, Blankenship, Mark (Mark) <[EMAIL PROTECTED]> wrote: > I don't think so. > I have always used 2 pieces of workflow. > 1st. Sets flag to 'Delete'. Based on whatever qual. > 2nd. If flagged, run Delete process. > > Mark Blankenship > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of E. Louise van Hine > Sent: Monday, October 29, 2007 2:02 PM > To: [email protected] > Subject: > > Can anyone tell me what is wrong with this syntax in the > Application-Query-Delete Entry? The out of box filter just queries for > the Request ID, but I need it to only delete entries with the parameter > where the Status is "Pending." > > Can this command take two variables? > > Application-Query-Delete-Entry "AP:Detail" 'Request' = "$Request ID$" > 'Status-Dtl' = "Pending" > > > -- > Regards, > > Louise van Hine > [EMAIL PROTECTED] > > ________________________________________________________________________ > _______ > 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" > -- "A fool acts, regardless; knowing well that he is wrong. The ignoramus acts on only what he knows, but all that he knows. The ignoramus may be saved, but the fool knows that he is doomed." Robert Halstead _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

