Mark,

As others have pointed out ... this is a client thing. The client
needs to do something with the values before it looses control to the
server/filters. The most common thing is to update the records with
the user supplied data before the current row/UI mode is changed. ( By
looping over the tablefield on the client and doing push actions for
the changed records.)


On the other hand.... :)

I think the easiest way to explain it is this...
  Do you know when a table field is refreshed for server side table looping?

  I think it is _automagically_ done by the server when you call the
filter guide to loop over the table.
  However, I have never really got a good answer on exactly when it happens.
  If I am correct on that, then even if the values are sent to the
server as part of the submit/modify (and I doubt they are anyways)
then they would be "refreshed" [AKA: cleared] by the table refresh at
the start of the Filter Guide looping over the table field.

So it may be possible (though I have never tried it) to use editable
columns as part of filter processing to store data and in the row
being processed and then to make decisions inside the filter guide
from there. Which is really not remarkable other than you might be
able to avoid creating some display only fields [non-Columns] for some
processes inside a process that loops over a table.

-- 
Carey Matthew Black
BMC Remedy AR System Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap.... Pick two.



On Tue, Oct 27, 2009 at 6:00 AM, Mark Milke <mark_mi...@yahoo.com> wrote:
> Hi Listers,
>
> I'm on ARS 6.3.
>
> I have a Table Field with one editable column.
>
> While the user is saving the main record, I do a filter loop on it and
> try to push the values of the column into the base form. This isn't
> working however.
>
> To track the problem down, I've build a message into the filter inside
> of the Filter Guide and the filter shows that the value of the
> editable columns is null. The message show correct values of the non-
> editable columns though.
>
> Is it possible to use a filter guide to write the values of an
> editable column into the database?
>
>
> Mark
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"

Reply via email to