The Request ID is not available until Phase 2 in the filters. A usual method is to do a push back to the form in an AfterSubmit Active Link action or in a Submit Filter (Push to the same form where Push-If is '1' = $1$) to get the ID into another field.
Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Mark Milke Sent: Friday, April 20, 2012 11:01 AM To: [email protected] Subject: Re: Save the Request-ID to a field on Submit Tried that Joe, but it's not working. And BTW, when you build a filter that fires on submit and you push the newly created Request-ID into another form, then the $LASTID$ does containt the request-id. I think the only not-too-tricky option I have is to query the ARSystem Metadata: arschema form for next_id... On Apr 20, 4:17 pm, Joe Martin D'Souza <[email protected]> wrote: > $LASTID$ would not necessarily hold the current Request ID that is > generated. It holds the ID of a request that was last queried for. So if you > have workflow that did something like that, it may not necessarily be the ID > of your current request that was just created. > > Use a filter to set the Request ID to that temp field, but bypass filter > phasing, and name that filter to end with `!. For eg. HPD:SetRequestID`! > > That should get your current Request ID on that temp field.. > > Joe > > -----Original Message----- > From: Mark Milke > Sent: Friday, April 20, 2012 5:47 AM Newsgroups: > > public.remedy.arsystem.general > To: [email protected] > Subject: Save the Request-ID to a field on Submit > > Hello Listers, > > someone is creating a ticket in my form. On submit I'd like to copy the > Request-ID into a field to in order to be able format it for another > purpose, but it's not working. > > I've tried Set Fields: zzTmp_Request-ID = $Request-ID$ and zzTmp_Request-ID > = $LASTID$. > > Any ideas how I can achieve this without into the same form on submit or > overwritting the filter phases of the filter creating the ticket? > > Thanks > Mark _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

