Tying Field Values to View Controls
Working with 8.2
Have a Data Class with Default View created called "XXX-Data-ContactDetails". One of the properties of this class is "Title". Valid values supposed to be "Mr", "Mrs", etc. I want user to select not type. So I chose "PickList" and "DropDown" and proceeded to specify "Mr", "Mrs", etc. in the defintion. Works like a charm.
Now while in this particular example values would always be the same, I wanted to learn. So I decided I don't want to hardcode the values in the Property definition. I wanted to define Field Values.
Proceeded to define two Field Values "Mr" and "Mrs" for "Title" property and Apply-to class "XXX-Data-ContactDetails". I don't think there is any problem with Field Value creation. My problem is how do I now tie them to my "Title" control on my view? I obviously removed the hard-coded values. I was expecting because my Data class has a property "Title" and my Field Values are for "Title" and Applied to my Data class, they would simply show up in the Drop Down List. Needless to say they don't and I don't see any way to specify control to use the Field Values to populate.
What step am I missing to link the Field Values to the Title control in my Data View?