Re: Indirect reference to form field value

2014-05-12 Thread Charlie Lotridge
Hi Robin, [Given how the ARSLIST is performing these days, I'm sending this to you directly as well as back to the list so that it'll hopefully get to you more quickly.] The very first thing I want to mention is that I got it wrong when I said that a return value of 0 indicates failure As Fred

Re: Indirect reference to form field value

2014-05-06 Thread Robin Mathew
Hi Charlie, The operation is returning 0 value,ie failure. And, reference values are getting set correctly in the SourceFiledId and TargetFieldID. Based on my requirement I want this to be done in filter. Could you please share your code with me if you have already done this? Thanks in

Re: Indirect reference to form field value

2014-04-30 Thread Robin Mathew
Hi Misi and Charlie Both solutions did not work. Regards Robin ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Indirect reference to form field value

2014-04-30 Thread Robin Mathew
Thanks Misi and Charlie. I will test and let you know. Regards Robin ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Indirect reference to form field value

2014-04-30 Thread Charlie Lotridge
Hi Robin, Sorry to hear that. Are you capturing the value being returned by the operation? If so, is it indicating the failure (i.e. returning 0). Also, are you capturing a workflow log to make sure the reference values (e.g. the 'SourceFieldID' and 'TargetFieldID' in my example) are being set

Re: Indirect reference to form field value

2014-04-29 Thread Robin Mathew
Hi Misi, My scenario is also the same. Using server side table looping,I am listing ID of SourceField in a column. Then based on ID, I want to set value of SourceField in another field. Please let me know how you achieved it using table looping. Regards Robin

Re: Indirect reference to form field value

2014-04-29 Thread Misi Mladoniczky
Hi, Copy the column data to one or two tmp-integer-fields in the action before you do the data copy. I found that when using the column directly, it did not work. This will show in FLTR-logs, so turn on those and check. Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Re: Indirect reference to form field value

2014-04-25 Thread Misi Mladoniczky
Hi, I have seen some problems with table-columns and/or table-loops where I needed to copy the field-id to a normal tmp-field first. I think this was the exact scenario, but it was a long time ago... Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011) Ask the Remedy

Re: Indirect reference to form field value

2014-04-24 Thread Robin Mathew
Hi Fred, Application-Copy-Field-Value command works when ID of the field is given as shown below. Application-Copy-Field-Value 1300567 1300568 In my case,I cannot use hard-code value as I am implementing dynamic field value functionality. I have two fields ,Field_ID and Field_Value(ID :

Re: Indirect reference to form field value

2014-04-24 Thread Charlie Lotridge
Hi Robin, I actually use this mechanism quite a lot, and it certainly does work when it gets the field id from other fields. One thing to note is that you MUST use this in a Set Fields - I actually don't think it'll even work in a Run Process (though I haven't confirmed this just now, but I'm

Re: Indirect reference to form field value

2014-04-23 Thread Grooms, Frederick W
Of Robin Mathew Sent: Wednesday, April 23, 2014 3:56 AM To: arslist@ARSLIST.ORG Subject: Indirect reference to form field value Hi all, I am implementing dynamic audit field functionality based on field id stored in a field. I have a field named Field_ID in Test_Form.The Field_ID stores ID

Indirect reference to form field value

2014-04-23 Thread Robin Mathew
Hi all, I am implementing dynamic audit field functionality based on field id stored in a field. I have a field named Field_ID in Test_Form.The Field_ID stores ID of a particular field in the same form. Suppose,Field_ID has 1003456 value(which is an id of Priority field) Now, in a set field

Re: Indirect reference to form field value

2014-04-23 Thread Grooms, Frederick W
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Robin Mathew Sent: Wednesday, April 23, 2014 3:56 AM To: arslist@ARSLIST.ORG Subject: Indirect reference to form field value Hi all, I am implementing dynamic audit field functionality based on field id stored in a field. I have a field named Field_ID

Re: Indirect reference to form field value

2008-11-24 Thread L G Robinson
Hi Folks, Sorry.. I may have committed a breach of etiquette by not properly identifying myself: Larry Robinson NC State University Office Of Information Technology Remedy Administrator On Nov 21, 2008, at 11:35 AM, L G Robinson wrote: Hi Folks, I am seeking some assistance in referencing

Indirect reference to form field value

2008-11-21 Thread L G Robinson
Hi Folks, I am seeking some assistance in referencing the value of a form field through an indirect reference. I have a filter guide that contain a loop to process a number of fields on the form. I am using this to detect which fields have been modified and to build a diary entry containing the

Re: Indirect reference to form field value

2008-11-21 Thread Frank Caruso
Not sure if this function was available in v5 but what about run process command: Application-Copy-Field-Value On Fri, Nov 21, 2008 at 11:35 AM, L G Robinson [EMAIL PROTECTED] wrote: Hi Folks, I am seeking some assistance in referencing the value of a form field through an indirect

Re: Indirect reference to form field value

2008-11-21 Thread L G Robinson
Hi Frank, Unfortunately, this process is not available in version 5. But thanks for the suggestion. Larry On Nov 21, 2008, at 11:39 AM, Frank Caruso wrote: ** Not sure if this function was available in v5 but what about run process command: Application-Copy-Field-Value On Fri, Nov 21,