Re: Creating subfile records from list on submit

2008-10-16 Thread Dwayne Martin
, 2008 4:49:33 PM Subject: Re: Creating subfile records from list on submit We put a Display Only Processing ID field on the 3rd form and have the main form push to the 3rd form (Standard Phase 2 action). All workflow on the 3rd form takes into account if Processing ID is Null

Re: Creating subfile records from list on submit

2008-10-16 Thread Grooms, Frederick W
: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG ** You could also have the system generate a GUID on the parent record and store it in a hidden field that you could use to bind the child records to the parent record by pushing the GUID instead

Re: Creating subfile records from list on submit

2008-10-16 Thread Dwayne Martin
Yes, it's 255. Dwayne Original message Date: Thu, 16 Oct 2008 11:26:07 -0500 From: Grooms, Frederick W [EMAIL PROTECTED] Subject: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG Just off hand ... Is your Temp ID field at least 38 characters big

Re: Creating subfile records from list on submit

2008-10-16 Thread Grooms, Frederick W
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Dwayne Martin Sent: Thursday, October 16, 2008 12:03 PM To: arslist@ARSLIST.ORG Subject: Re: Creating subfile records from list on submit Yes, it's 255. Dwayne Original message

Re: Creating subfile records from list on submit

2008-10-16 Thread Brien Dieterle
Martin [EMAIL PROTECTED] wrote: Yes, it's 255. Dwayne Original message Date: Thu, 16 Oct 2008 11:26:07 -0500 From: Grooms, Frederick W [EMAIL PROTECTED] Subject: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG Just off hand ... Is your Temp ID field

Re: Creating subfile records from list on submit

2008-10-16 Thread Brien Dieterle
Original message Date: Thu, 16 Oct 2008 11:26:07 -0500 From: Grooms, Frederick W [EMAIL PROTECTED] Subject: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG Just off hand ... Is your Temp ID field at least 38 characters big? -Original Message- From

Re: Creating subfile records from list on submit

2008-10-16 Thread Dwayne Martin
, Frederick W [EMAIL PROTECTED] Subject: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG Error 38 is Filter or escalation set field process returned an error. A filter or escalation was performing a Set Fields action using the option to run a process and return a value

Re: Creating subfile records from list on submit

2008-10-16 Thread Joe DeSouza
Message From: Grooms, Frederick W [EMAIL PROTECTED] To: arslist@ARSLIST.ORG Sent: Thursday, October 16, 2008 1:24:15 PM Subject: Re: Creating subfile records from list on submit Error 38 is Filter or escalation set field process returned an error. A filter or escalation was performing a Set Fields

Re: Creating subfile records from list on submit

2008-10-16 Thread Grooms, Frederick W
fields 255 characters long. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouza Sent: Thursday, October 16, 2008 1:07 PM To: arslist@ARSLIST.ORG Subject: Re: Creating subfile records from list on submit

Re: Creating subfile records from list on submit

2008-10-16 Thread Joe DeSouza
: Re: Creating subfile records from list on submit A Filter does not use the @@: syntax (Evidenced by the v7.1.0 filter AR System Email GUID Generator) I pulled the 38 length from Field 179 on the stock ARS form AR System Email Association Dwayne, Out of curiosity, try changing the field to 38

Re: Creating subfile records from list on submit

2008-10-16 Thread Brien Dieterle
) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouza Sent: Thursday, October 16, 2008 1:07 PM To: arslist@ARSLIST.ORG Subject: Re: Creating subfile records from list on submit The syntax for setting this as pointed out by Brien is $PROCESS$ @@:Application-Generate-GUID The field doesn't have

Re: Creating subfile records from list on submit SOLVED

2008-10-16 Thread Dwayne Martin
! Dwayne Original message Date: Thu, 16 Oct 2008 12:18:43 -0700 From: Brien Dieterle [EMAIL PROTECTED] Subject: Re: Creating subfile records from list on submit To: arslist@ARSLIST.ORG ** Right, I think Joe and I are trying to suggest using an ActiveLink and not a filter

Re: Creating subfile records from list on submit SOLVED

2008-10-16 Thread Ben Chernys
: October 16, 2008 10:43 PM To: arslist@ARSLIST.ORG Subject: Re: Creating subfile records from list on submit SOLVED Field 179 did it! Thanks, Brian, and everyone else who responded. I didn’t know about that feature so for the benefit of anyone equally ignorant, I’ll copy what the manual says

Re: Creating subfile records from list on submit SOLVED

2008-10-16 Thread Joe DeSouza
@ARSLIST.ORG Sent: Thursday, October 16, 2008 5:14:43 PM Subject: Re: Creating subfile records from list on submit SOLVED Guys, Field 179 is just that. A guid that is autopopulated on creation (at least on submit, not sure about merge). All ARS guid fields are 38 bytes long. Any field

Creating subfile records from list on submit

2008-10-15 Thread Dwayne Martin
Dear List, I have a main form and a subfile form. The subfile has two (actually more, but this is just for illustration) fields, a Parent ID field that contains the Entry ID of the main form, and an Info field. On submission of the main form, I use a filter to retrieve a list from a third

Re: Creating subfile records from list on submit

2008-10-15 Thread Grooms, Frederick W
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Dwayne Martin Sent: Wednesday, October 15, 2008 3:44 PM To: arslist@ARSLIST.ORG Subject: Creating subfile records from list on submit Dear List, I have a main form and a subfile

Re: Creating subfile records from list on submit

2008-10-15 Thread Joe DeSouza
this. Use Application-Generate-GUID in a Set Fields Run process to generate it. Joe - Original Message From: Grooms, Frederick W [EMAIL PROTECTED] To: arslist@ARSLIST.ORG Sent: Wednesday, October 15, 2008 4:49:33 PM Subject: Re: Creating subfile records from list on submit We put a Display