I have a form that uses a many to many relationship-- it worked fine in V8+, now page wont open, just navigates to blank page. When I open the page in development and attempt to re-save it, I get the following error "Link Table table / fields missing:autofill." “Autofill” is the name of the field, it will not save to the fields list. Anyone else having this issue? I have doulble checked the settings in many-to-many relationship wizard and nothing has changed- so not sure why I cant save and run the form. HELP!
Found the problem…the documentation doesn’t state that the field name must match the table name of the linked table.
Example:
itemdatabase
-itiid (pkey)
itemdatabaseshared (the field name must match this name)
-itiid
-wtiid
workordertypes
-wtiid (pkey)
-wtsDescription