Thanks Peter,

actually I do not Push anything.
What I do is on change of one field (let's say Assignee field), I check if this can be found in "Lists" of my Table.
If yes I set field B, to "Logins" found in Table.
Then I set field C to $PROCESS$ echo "$B$" "" "$C$"
B and C are character fields.
One strange behavior: let say Assignee = alpha and for this I find "Logins = alpha-1 and alpha-2"
So my field B will be = to alpha-1 and alpha-2
Then if there is Assignee = beta and if there is beta-1 and beta-2, the field B will be = to alpha-1, alpha-2, alpha-1, alpha-2 Here the strange behavior: in the Table I can see Beta and Beta-1 and Beta-2. i.e. the Table displays the correct values but somehow the Set fields takes all the time the same value. It's like to would be some caching somewhere. I am unable to flush that previous values. Of course for the Table I have "Refresh on entry change" checked. But this is for AL. And all my workflow is via filters.
I also have for "Initial Row Selection" => "Select first, fire workflow"
and for "refresh row selection" => "Retain selection, fire workflow"

But I'll try with Push action.
Maybe that will help.

Serouche


Peter Romain wrote:
Hi Serouche,

Try setting temp fields to the values in the table you are looping and
pushing the temp fields (ie don't push the column values directly).

Also, check that the phasing of the push is correct - you might neet to
adjust it to run in phase 1.

Cheers

Peter


Dear listers,

I have in Form A a table field which displays "Lists" and "Logins". In
addition in that Form A I have a Character field B.
On the web I fire via a Submit button a bunch of Filters and an Filter
Guide which reads in Loop the content of the Table Field.
One of the filters pushes values to Form A into Character field B.
Whenever this later is equal to "Lists" I read "Logins"
That works perfectly.
But only for the first value. i.e if on the web form I put for example
1, 2 and 3. In the form filters read 1=Lists and add the corresponding
"Logins" But for 2 it adds again the "Logins" for 1 and so on and so on.
However I can check that Table field displays correctly the values. But
somehow I am not able to append to the precedence values the next values.
I is starting to get me crazy.
Please help.
Thank you.
Serouche

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to