Using form fields value in other field custom selector

Ali Heristchian asked on September 2, 2014 06:59

Hi,
I have a custom field in a document type and its value equals to concatenation of some other fields. So I try to create new selector but how can I fetch other fields value in my selector while creating or editing?
Thanks

Correct Answer

Ali Heristchian answered on September 6, 2014 07:33

I found it. You could use Form.FieldControls["YourColumn"].Value in your selector.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.