Clicking a radio button is a client side action.
Escalations are server side so you can not combine escalation and
radio button click. This has to be done through ActiveLinks.
However you can write a filter to do pushfields-create new entry and
then trigger this filter via escalation or via radio button upon
commit.
Ex: Form A is the source form and Form B is where you want entries to
be created.
Write an escalation on Form A to set a tempfield:TriggerPushFilter
Write a filter on Form A to push data to Form B with RunIF
( 'tempfield' = "TriggerPushFilter")

However in your case you want multiple entries to be created and if
the data is from a table field on Form A,
you need to perform table walk.
Tablewalk can be performed via ActiveLink Guide(for radio button), or
filter guide(for escalation).

please follow the below tutorials on how to do the table walk.

_http://www.buoyantsolutions.net/PUBLIC/Community/
ALGuide2_viewlet_swf.html
_http://www.buoyantsolutions.net/PUBLIC/Community/
ALGuide_viewlet_swf.html



On Jul 8, 10:26 am, ahsan raza <[email protected]> wrote:
> Hi Ar Listers,
>
>                        I am looking to add multiple records/entries from one
> form to another using a radio button option, So whenever i click radion
> button, it should add all teh new entries (more than 20)  to the other form.
>
> 1) How would i do with an escalation for some specific time .
> 2) How can i use filters and filter guides for the same action.
>
> Please consider my query.
>
> Help will be appreciated.
>
> Thanks
>
> --
> Syed Ahsan Raza
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> attend wwrug10www.wwrug.comARSlist: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to