**************************
Here's what you want to do:

1)      Create an Active link that sets the Column from the table field 
(Purchase Number) into the other field that you want (Field A) via a Set fields 
action:

2)      Create an Active Link Guide

3)      Add the Active link from Step 1 into the Active Link guide.

4)      Create another Active Link that Calls the guide, and in that Action at 
the bottom you'll see:

Table Loop. Check it and then select the Table that has the column

Just below that you'll see a selection for Table Loop Selected Rows Only.

That should work. It is technically possible as we are using it all over the 
place.
I think you're problem is that you have the Set Fields in the same active link 
that calls the guide.
It should be two separate Active Links.
1 Active Link to call the guide, the other active link in the guide to set the 
field.

HTH
Matt P.

**
Hi All,

I have been working on this code a long time now...  and from reading the 
technical guide, Remedy can walk a table using AL Guides.

My objective:  I have a table.  Based upon the rows that the user selects, I 
want to push the row values into a field.  My understanding is that I can do 
this by creating workflow that walks a table.

I looked at the Technical Guide and some of it is confusing to me.

Am I supposed to build separate active links for each one of these steps?
Walk Table Field Call Guide
Walk Table Field End Row
Walk Table Field Exit Guide
Walk Table Field Find Next Row
Walk Table Field Modify Row
Walk Table Field Set Current Row
Walk Table Field Verify Row

Scenario:
I have two entries in Table "New"
Purchase Number
PO4453.....
PO4523

When the user selects the two entries within the Table "New" - I want to push 
both of  the numbers into Field A.


I built an Active Link that triggers workflow when a button is pressed - the AL 
calls an AL Guide, that performs a table loop, on TABLE "New", and I have 
'Table Loop Selected Rows Only' field checked.  Then this same active link sets 
Field A with the value of the row selected within the Table "New."  The problem 
is that the Field A is being set with ONLY the value from the first entry 
selected in the table.  It does no read the second item the user selected.  I 
read about '!, and '$ characters.  I will try this next, but I want to make 
sure this is technically possible.  I read in the technical guide, that work 
flow can be triggered after the user selects a row within the table.  The user 
can select multiple rows correct? The AL guide has a checkbox for it - not sure 
why it is not working.  Can someone tell me, what step am I missing?

Someone mentioned setting a label, and then a go to label action.  I tried this 
and nothing happened.


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

Reply via email to