I believe you want to use the Run Process action  Application-Copy-Field-Value  
in your set fields

Application-Copy-Field-Value targetFieldID sourceFieldID    
    Copies a field on the current form to another field on the current form. 
Returns one of the following integers:    
     1—The assignment failed.   
     0—The assignment occurred.   
     To get the return value, use this command in a Set Fields action with 
$PROCESS$.    
     This command cannot be used in a Run Process action.

Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[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 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 action,I want to set value of Priority field using Field_ID 
to Field_Value field.

I tried the following mapping in set Fields action,but did not work.

Field_Value = $Field_ID$

Please let me know how we can get field value with indirect reference.

Regards
Robin




_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to