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.

Best Practice/Method for Pre-loading Data to Mobile and Server ?

Featured Replies

What's the best way(or correct way) to pre-load the Hosted and Mobile Databases with the same data so that way the first sync will only add the new records from the mobile devices? 

Edited by GisMo

A lot depends on what you are doing with the data. The first question is: Do you really want ALL of the data in the mobile device?

Tim talks about this a little in the beginning of this blog post: http://timdietrich.me/fmeasysync/docs-easysync-integration.php

In that same blog post, Tim mentions this about pre-loading the database:

If you are pre-loading data in the mobile database:
• Make sure that the values set in the ES_Record_UUID fields are identical in both the hosted and mobile databases. Otherwise, when the mobile users sync, you might end up with duplicate records.
• In the mobile database, in the EasySync_Payloads table, set the ES_Last_Push_UTC_Time and ES_Last_Pull_UTC_Time global fields. You'll want to set them to a value greater than the time that you loaded the records.

What's "correct" will depend on the situation, so you'll have to judge that for yourself. Here are a few methods:

  1. Before deploying the mobile file, sync it. It may take a while to run, but at least it's only done once and you can be sure you have a fast connection to your server.
  2. Import records via FileMaker's import dialog or write a script to do it.

If there is a lot of data, importing will be fastest.

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.