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
I found it. You could use Form.FieldControls["YourColumn"].Value in your selector.
Form.FieldControls["YourColumn"].Value
Please, sign in to be able to submit a new answer.