Textboxes / Dropboxes does not show any attribute

0
Hello Community,    i am pretty new to mendix and try to habe a form where a person can type in a Name for a part into a textbox and can select a part type from a drop box. I have an Enitity with a name attribute and a party type attribute.    Now the problem is, that when i try to chose the attribute for the textbox/dropbox mendix won't show them in the window. How can i fix this ?       
asked
1 answers
1

Double check ifi your TextBox widget is enclosed by a DataView with the correct Entity TeamcenterDatensatz.

answered