Hi,
I have a context binding to one of the input field(lets say field-X) and also I have another dropdown list UI element(lets say field-Y) which is not bound to any context. When a user enters values in field-X and selects a item from field-Y hits the save button, I need to concat "Field-X - Field-Y" and assign this concatenated value to field-X context. So in a road-map (next screen) when I retrieve field-X context value it should have concatenated value of dropdown UI element as well.
Where do I do this concat (I mean which method e.g. WDModify) and how do I do it?
Thanks
Praveen.