I have a database table called FieldValue to store all the drop down list item and its option. It has 3 fields, fieldname, fieldvalu, fieldvaludesc, the fieldvaludesc is the option shown in the drop down list.
I have two models called ContactRecord and FieldValue, one of the fields MsgType will...