UDF with Standard Name Export
How to export a UDF that has the same name as a standard field using TCC without any XML modification.
When a UDF and a standard field share the same name, the standard field is exported. If the UDF is a selection, you get an error message when trying to export the description of the code.
The workaround for this problem is adding "CustomField:" in the field name.
For example, "Candidate,Prefix" is a standard field. To extract the UDF, you must use "Candidate,CustomField:Prefix".
The same is true for a selection UDF, "Candidate,CustomField:Prefix,Description".