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.

Committing Records in an external table/file

Featured Replies

I don't know if this is the appropriate category or not...

The database system we're designing uses a centralized Location File. The file contains a table that stores addresses. Other files use this centralized location file to store locations related to the file's own tables.

The idea is that a user will be able to search for an address and find all references to it across the database system. For example, File A, B, and C all use the location file. The location file is searched for an address. When an address is found, it will then be easy to determine which file it belongs to and do whatever is needed...

To make things more complicated, we have users that work offline. They need to download the data from the server.

The problem I am having is this...

First I create a record in a table related to the location table.

Then I type in the address, creating the location record in the external table(this is all done on one layout)

Next, I attempt to download the data to the laptop. The main record downloads, but the location does not.

However, I noticed that if I exit the main records file, then try to download the data, then the location record will be downloaded as well.

Reading other posts, I decided to try the script step "Refresh Window" with the flush join cache option turned on. This doesn't seem to work consistantly.

Does anyone else have any other suggestions? Hopefully I've explained the problem clearly, if not, let me know.

New related records or changes to existing ones are not committed until their parent record is committed. You can commit either by clicking outside of the related field/portal or using a Commit Records script step.

  • Author

Prior to posting, I had tried both of those suggestions. I have noticed that if I run my import script twice(for my laptop version of the file) the address comes over.

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.