Hi experts,
I have converted check box in to drop down list for a particular field. It have Yes No & Blank line as selection options. Since it is having a domain of data type char 1, lenght of the drop down list is very small... as a result when user selects yes or no it is not completely displaying. only first letter of the selected option is beeing displayed.
When user selects Yes, X is stored in the data base
When user selects No, blank is stored in the data base..so no issues with the funcationality.
Is there any option to increase the length of the drop down with out changing the domain.