I have a new dropdown field called ShirtSize in the contacts table that links to a new table called ShirtSize. The ShirtSize field links to the ShirtSize table RecordID. I want to update a users shirt size by passing the record id of a shirtsize, but it says that "The field ShirtSize does not support edit."
I also tried adding a linked field that links to the Shirt Size name and I tried to update that field as well but got the same error.
How can I save dropdown link
If I have a dropdown link that links to the named field it works fine, but when the dropdown links to the record id it tells me the field does not support dediting.
I have
Contacts
ShirSize ->ShirtSize(RecordID)
ShirtSizes ->ShirtSize(ShirtSize) ShirtSize is the name of the "name field"