basically you need a escalation that starts the process, a filter that sets a integer field on how many records you want to create, a filter that calls the filter guide ( could be the same filter that sets the integer field), and then a couple of filters, one that checks the interger to make sure it is more than 0, one that creates the record, and then one that subtracts the integer. You must also loop through the filter guide to keep on creating the record.
On Thu, Jul 8, 2010 at 1:49 PM, ahsan raza <[email protected]> wrote: > ** > Hi Kevin, > > I have an Easaclation for adding multiple records. and have > one filter to add new records (which works for a single entry addition.) and > then i have one filter guide which calls filter. Could u please tell me step > by step procedure for that, coz i have tried every thing and still facing > the problem for using temp field. > > Thanks in advance > > On Thu, Jul 8, 2010 at 10:44 AM, Kevin Begosh <[email protected]> wrote: > >> ** well if you are doing it with an escalation you do not need a radio >> button, just have an escalation that fires off at a certain time and >> modifies a field on your form, like a display form such as Z1DAction. Pass >> a value like Start Record Creation, then have filter guides that will go >> through and create multiple records. They way I have always done that is >> with a integer field and increment it down in the filter guide each time you >> create the new record. Just make sure you loop through that filter guide. >> >> >> On Thu, Jul 8, 2010 at 1:26 PM, 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 >>> _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ >> >> >> >> >> -- >> Kevin Begosh >> _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ >> > > > > -- > Syed Ahsan Raza > _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ > -- Kevin Begosh _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

