For istance, if I have a UDF field with name "test_name" in the Candidate UDF's, I would like to get the value of the UDF with the name "test_name"
Asked
Active
Viewed 91 times
1 Answers
0
I was looking at this this morning, in my case I'm using a C# client generated from the WSDL. I found that there was a property available for all entities called flexValuesField.
This contains an array of UDF values which you can search with your key.

Christopher Thomas
- 382
- 1
- 15