Thanks LJ!  That is exactly what I thought it was but I had the wrong 
characters on the end of my filter.  I was thinking it should be ~! Instead of 
`!.  That's what I get for trying to go off my memory instead of looking it up. 
:)

Thanks Again!

Todd

From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of LJ LongWing
Sent: Friday, March 07, 2014 12:21 PM
To: [email protected]
Subject: Re: Filter Guide with Filter to Push Data to New Form

**
Todd,
What you are missing is called 'Phasing'.  The push action happens in Phase 2, 
but the loop is happening in phase 1.  What this means is that you are 
generating X number of pushes, but the pushes aren't occurring at the same time 
that the guide is looping through the records, and by the time the records are 
pushed, the only record selected is the last one, thus the output that you are 
seeing.  So, to correct this, the filter that's doing the push needs to bypass 
phasing.  This is done by changing the name of the filter and put a backtick 
and an exclamation on the end.  this looks like `!.  The backtick is the one to 
the left of the 1 on your keyboard.  When you rename the filter and put the `! 
at the end, you will see that your pushes happen inline with the loop, and your 
results will include what you want.

On Fri, Mar 7, 2014 at 11:16 AM, Arner, Todd 
<[email protected]<mailto:[email protected]>> wrote:
**
I am hoping someone can point me in the right direction.  I have set up a 
filter guide on a form to generate approval records in a separate form.  
Basically user submits form A.  Form A includes a table with a list of user IDs 
to generate an approval request for.  When form A is moved to a status of 
Request Approval, there is a filter that fires and calls the guide. The filter 
guide has one attached filter that does a push action to generate the approval 
requests.  The problem I am running into is that the approval requests that are 
generated are all assigned to the last user ID listed in the table.   The 
filter guide is generating the correct number of  approval requests but all are 
assigned to the last user ID in the table rather than one for each user ID 
listed.  FYI these are all custom forms and workflow.

What am I missing?  Why is it only inserting the last user ID rather than one 
for each user ID in the table?  Any insight is greatly appreciated.

ARS 8.1
ITSM 8.1

Thanks,
Todd Arner


________________________________
The information contained in this communication may be confidential, is 
intended only for the use of the recipient(s) named above, and may be legally 
privileged. If the reader of this message is not the intended recipient, you 
are hereby notified that any dissemination, distribution, or copying of this 
communication, or any of its contents, is strictly prohibited. If you have 
received this communication in error, please notify the sender immediately and 
destroy or delete the original message and any copy of it from your computer 
system. If you have any questions concerning this message, please contact the 
sender.
_ARSlist: "Where the Answers Are" and have been for 20 years_

_ARSlist: "Where the Answers Are" and have been for 20 years_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to