Re: unable to read data from Table field more than one time

2007-11-19 Thread Remedy Maniac
) [mailto:[EMAIL PROTECTED] On Behalf Of Remedy Maniac Sent: 14 November 2007 14:58 To: arslist@ARSLIST.ORG Subject: Re: unable to read data from Table field more than one time no this has nothing to do with a caching problem on the web. The only thing I do is to click on a Submit button in Form

Re: unable to read data from Table field more than one time

2007-11-15 Thread Remedy Maniac
to read data from Table field more than one time no. I don't see why they should run asynchronously ?? There is no need. Or ? Could you give more details why they should run so? I red the docs nothing convinced me. Thanks Serouche Ray Palla wrote: Are you sure your filters are running

Re: unable to read data from Table field more than one time

2007-11-14 Thread Peter Romain
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

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
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

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
push fields to a display only fields didn't help. Another idea? Any help will be appreciated. Thanks 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,

Re: unable to read data from Table field more than one time

2007-11-14 Thread Rahul AR User
Hi Serouche, Can you please confirm whether the same is working fine in the user tool? If the answer is yes then I believe that this is something to do with the Mid-Tier cache which is not refreshing. In the Mid-Tier, change the flush time to less, maybe for testing purpose you can change it to

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
no this has nothing to do with a caching problem on the web. The only thing I do is to click on a Submit button in Form A. This button pushes the values of one field (called CC field) to another form let say Form B. On submit to that form B, I check entry per entry, whether it is a valid email

Re: unable to read data from Table field more than one time

2007-11-14 Thread P Romain ARSlist
are you walking the table? Cheers Peter -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Remedy Maniac Sent: 14 November 2007 14:58 To: arslist@ARSLIST.ORG Subject: Re: unable to read data from Table field more than one time

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Remedy Maniac Sent: 14 November 2007 14:58 To: arslist@ARSLIST.ORG Subject: Re: unable to read data from Table field more than one time no this has nothing to do with a caching problem

Re: unable to read data from Table field more than one time

2007-11-14 Thread Ray Palla
: Re: unable to read data from Table field more than one time Are you using an EXTERNAL qualification for the table field? I assume you are: 1. parsing the CC field to get the first value (X) 2. putting the value in the table field external qualification 3. calling the guide which walks the table

Re: unable to read data from Table field more than one time

2007-11-14 Thread Remedy Maniac
? -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of P Romain ARSlist Sent: Wednesday, November 14, 2007 9:18 AM To: arslist@ARSLIST.ORG Subject: Re: unable to read data from Table field more than one time Are you using an EXTERNAL

Re: unable to read data from Table field more than one time

2007-11-14 Thread Ray Palla
PROTECTED] On Behalf Of Remedy Maniac Sent: Wednesday, November 14, 2007 9:40 AM To: arslist@ARSLIST.ORG Subject: Re: unable to read data from Table field more than one time no. I don't see why they should run asynchronously ?? There is no need. Or ? Could you give more details why they should run so