Thanks for the confirmation. That is a bummer if it is the case. With the table field enhancements added in recent versions it seemsu it would be a necessary triggering event.
I was able the get what I needed working with a gain focus AL that does a push and a table refresh right after that. That way each click is a new gain focus even if you are clicking a checkbox on the same record in the next column. I wouldn't want to do it with a table field that has tens of thousands of records behind it but in this case it may end up a thousand max and the form is not a high traffic form. Jason On Sep 30, 2010 2:02 PM, "LJ LongWing" <[email protected]> wrote: > Jason, > > I can confirm for you that I have a doc that has the EXACT same verbiage in > it, and I also am not able to account for the location of the AL execute on > action. I'm going to guess that it was something in the 7.5 Beta that > didn't make it to the final version, but was never removed from the doc. > > > > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Jason Miller > Sent: Thursday, September 30, 2010 1:46 PM > To: [email protected] > Subject: "Table field content change" Execution Option > > > > ** Has anybody seen the "Table field content change" as an Active Link > Execution Option in Dev Studio? We have an editable check box in a table > field where I want to update the source data record as soon as the check box > is checked/unchecked. This sounds like it is exactly what I need but I > don't see it as an option in Dev Studio. > > I have tried setting both the table field and the column as the "Field:". > Used both ARS 7.5 p1 and p5 with DS 7.5 p5 and 7.6.03. I even tried the > Admin tool for kicks. > > 7.5 Workflow Objects Guide, Pg 28 > Executes when the contents of a table are refreshed in any of the following > ways: > - Loading the field. In the web client, this occurs when the form data > is refreshed at predefined intervals > - Refreshing the table, for example, when the user selects Refresh or > Refresh All from the pop-up menu > - Choosing to view the next or previous chunk, for example, when the > user selects Next chunk or Previous chunk from the pop-up menu > - Clearing the table, for example, when the user selects Clear Table > from the pop-up menu > - When the user changes the value of an editable column in the table > field. > > This sounds like a wonderful newer feature (I didn't see it in the 7.5 > release notes, when was it added?). I have run into similar situations in > the past where I needed to update the data instantly when a value in an > editable column changes. Any ideas? > > Thanks, > Jason > _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

