Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Error: Field not Found

Featured Replies

  • Newbies

Hi all,

I'm in the middle of testing the upgrade of an FM3 database to FM9 and I'm running in to some web form problems. I am getting Field not Found errors with a handful of the fields in this database. There's nothing obvious to these fields - the non-working ones are similar to the working ones. All of the fields (working or not) are text and part of the same table. I tried switching to some of the other layouts in the DB, but no luck there. A couple of the non-working fields have custom value lists (yes/no), but since the web form is submitting values to match those on the lists, I'm not sure if I have to do anything or not.

I'm kinda outta my element here (server admin - not much of a coder), so any assistance would be greatly appreciated. Thanks!

-Dave

More information is needed to seriously troubleshoot your problem, but a few things to come to mind.

  • The fields you're trying to write to are not on the layout you specified in createRecord() (or your search if you're performing an update).

  • The problem fields are in a related table and you didn't specify the name of the table reference in the field name ("table_ref::field_name")

  • You have a typo in the problem field names.

It also sounds like you are not making API specific layouts

A couple of the non-working fields have custom value lists
This is a recipe for slow load times. You should build API specific layouts containing only the fields you need to access via the API. You should only link a field to a value list if you want to utilize the list in the API.

Edited by Guest

  • Author
  • Newbies

Thanks for the response! Building a new layout resolved almost all of the problems. The final one was a very subtle typo on a field in the DB - the author had an extra space between a letter and an underscore.

Also, thanks for the heads up on the custom value lists. I'll work on disassociating them once I've gotten this iteration working.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.