cancel
Showing results for 
Search instead for 
Did you mean: 

Value of a field in another field

former_member603570
Discoverer
0 Kudos

hello All

Im trying to reflect a value of one field to automatically be the value of a different field. The first field is drop down menu , i want if the user choose the value from it , the other field reflects the same value.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisSolomon
Active Contributor
0 Kudos

Easy enough.....use a custom generic service and put an "event" on your drop down. "Catch" the event in your custom generic service.....get the value selected in the dropdown field from the dataset.....assign that value to the other field in your dataset. Pretty straightforward.