Sorry about that ... weird that it tried to make everything in the email an 
attachment

Fred

-------- Original message --------
From: Grooms, Frederick W 
Sent: Tuesday, June 17, 2014 5:21 PM
To: '[email protected]'
Subject: RE: Walking a table field using web services

It is possible, but the logic can be confusing as you check if the attachment 
is null instead of not null.  Either way it is still 3 pushes.

Push Fields If    $Attachment1$ = $NULL$
        If No Requests Match :  Create  New Record
        If Any Requests Match:  Do Nothing

Push Fields If    $Attachment2$ = $NULL$
        If No Requests Match :  Create  New Record
        If Any Requests Match:  Do Nothing

Push Fields If    $Attachment3$ = $NULL$
        If No Requests Match :  Create  New Record
        If Any Requests Match:  Do Nothing


Fred


-------- Original message --------
From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Rick Cook
Sent: Tuesday, June 17, 2014 5:06 PM
To: [email protected]
Subject: Re: Walking a table field using web services

** 
Well, that's what I originally built, but another developer said I should do it 
with one.  I don't really see how that would work, either.

Rick

On Tue, Jun 17, 2014 at 3:04 PM, Grooms, Frederick W 
<[email protected]> wrote:
** 
Wouldn’t it be 3 separate filters doing a single attachment each?
 
Fred
 
-------- Original message --------
From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Rick Cook
Sent: Tuesday, June 17, 2014 4:45 PM
To: [email protected]
Subject: Walking a table field using web services
 
** 
I have a bit of a puzzler that perhaps you all can help me figure out.
I have two servers, an ITSM and a custom one.

I need to push Attached files (when they exist) from the HPD:Worklog form on 
the ITSM server to a custom attachment form on the other server.  The problem 
is that while there are three attachment fields per Worklog record on the ITSM 
side, there is only one per record on the custom side.  That can't really 
change, since the single entries are necessary to populate a display only table 
field of the attachments that go with a record, and that form feeds more than 
one destination.

The problem is that I can't figure out how to use a Filter guide/loop to do the 
push when the Push is a create via Web Service.  If it were a local Set/Push, I 
could do it, but I don't see a way to use the loop functionality when the 
action is a Set Fields Web Service.
Can anyone tell me what I'm missing?

Rick Cook



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

Reply via email to