From SeedCode Documentation

GoZync5: VersionHistory

Where can I find my version number?

The number for your copy of GoZync can be found on the bottom edge of most layouts in GoZyncHosted. You'll also find a field called GoZyncCodeBase in the Interface table of the hosted and mobile files.

What is the latest build of GoZync?

Builds 5.10 - 5.12 (Apr 20, 2017) Make a small change in GoZyncHosted to correct for a behavior change in FileMaker 16. This version now works in FileMaker 13 - 16. To make this change in your copy follow the instructions here.


Build 5.09 (Jan 28, 2017) Improves the handling of timestamps when users are encountering different date formats between files.

Instructions for making the 5.09 updates in your GoZync files can be found here.


Build 5.08 (July 8, 2016) Some great new features are released in this build. You can now:

• Deploy your custom apps using FileMaker’s iOS SDK and GoZync’s new launcher file!
Rename GoZyncMobile, allowing for multiple separate zynced files on mobile devices.
Edit the mobile file download link, so your GoZyncHosted url can be manually set before sending to users.

Bug fixes:

• Fixed a false 101 error that could appear when syncing related records.
• Fixed a rare case issue that could delete child records in the mobile file, when multiple tables are configured with the same parent table.

Instructions for making the 5.08 updates in your GoZync files can be found here.


Build 5.06 (Jan 16, 2015) Fixes a bug that caused a sync failure when pulling a large number of records (~25,000+) using PSOS, added an iPhone "Downloads" layout in GZH, new feedback form upon closing in GZH. For a complete list of the changes in 5.06 and instructions for updating your files, click here.


Build 5.05 (Nov 4, 2014) improves testing of your sync configuration prior to deployment, and fixes a bug that was preventing related records that had been deleted in the hosted file from also being deleted in the mobile file. Instructions for making these simple updates in your GoZync files can be found here.


Build 5.04 (Sept 15, 2014) This build makes two small changes that are easy to make in your copy. Here's how...

1. In your hosted file, find the script "Get IDS Needed For Sync PSOS" and remove the line shown here (this is redundant and not needed).
2. (If you've already integrated GoZync you've likely changed / fixed this one.) In your mobile file, find the script "Zync - Is a new version permitted." And make sure that the GoToLayout step at the beginning of the script (or at the beginning of each Find section if you have more than one parent table) is going to a "real" layout, not an interface layout. For example, we used to have this script step going to the "Work Orders Interface" layout when it should have gone to "WorkOrders"--where the data is.

That's it.


Build 5.0321 (August 7, 2014) fixes a bug where we were testing for debugging improperly and thus never running in PSOS mode (ie running slowr). Easy fix for faster syncs in v5 the line to change is in the script "GoZync Call from GZM" in your hosted file here.


Build 5.032 (August 4, 2014) fixes a bug in one of the scripts you import into your hosted file. This is an easy fix and instructions for making this change in your copy can be found here.


Build 5.03-5.031 (July 9, 13 2014) We'd left layout access out of the administrator privilege set in GoZynHosted (GZH). =( This version adds that back in so you can edit layouts in GZH, it also adds a "Manage File Options" script so you can change the default login and security for GZH.

Folks who need to edit layouts and security in GZH will want to download the latest version and replace their copy of GoZyncHosted. This file is where your license is stored so you'll need to enter your license again: very sorry about that.

There is also one small change in GoZyncMobile, which is necessary for the file-update mechanism to work correctly. Edit the If[Get ( LastMessageChoice ) = 2] condition in the "Finish Sync" script so it looks like this (the second line is new):

Get ( LastMessageChoice ) = 2 and PatternCount ( Interface::Log ; "error" ) ≠ 0


Build 5.02 (July 4, 2014) Fixes a couple bugs when GoZync tried to check your work--specifically when it tried to check the GTRR script you edited in your hosted file. These bugs didn't affect the sync but threw some false errors when clicking "refresh" from the configuration tab in GoZyncHosted. We fixed these by adding some much nicer error capture to that checking-your-work routine: we recommend this update for all 5.01 users.

Making the 5.02 changes in your copy.

Download 5.02 and then follow these instructions to make these changes in your 5.01 build:

1. Copy the script "TEST Go To Related Records (Parent and Child To Test)" from the 5.02 version of WorxHosted and add this script to you file. You don't have to edit this script at all.
2. Edit the script "Setup Go To Related Records (TOName)" in your hosted file and replace the steps with those from the new 5.02 build. This was a script you modified during integration adding branches for each of your table occurrences: you'll have to remake those changes here, but only for table occurrences you're syncing as "children" of other tables. "Parent" TOs and TOs synced on their own no longer need branches in this script.
3. Replace your copy of GoZyncHosted with the new 5.02 version. This is where your license is stored so you'll need to enter your license again: we apologize for the inconvenience. Please ping us if you can't find yours.
4. In this new GoZyncHosted, edit the script "Call Test GTRR in their Hosted File". You'll have to log in as an administrator first--instructions are on the License Admin tab--and then run the "Manage Scripts" script under "Manage Scripts". Recursive, I know.
Once you've opened the script "Call Test GTRR in their Hosted File", the first Perform Script line will likely be broken unless you're still syncing with WorxHosted. Make sure the first "Perform Script" line calls the script "TEST Go To Related Records (Parent and Child To Test)" in YOUR hosted file with a script parameter of Get ( ScriptParameter).
5. That's it. There are NO changes to GoZyncMobile or your mobile file, so you don't need to swap out or redistribute those files.

Build 5.01 (June 29, 2014) Our first shipping build of GoZync 5 which adds speed improvements and a new example file. (GoZync 5 requires FileMaker 13)

Learn what's new in GZ5.

Version 5 is a paid upgrade available to licensed users of any prior version of GoZync. Learn how to migrate your deployment to GoZync 5.


Build 4.99 (June 8, 2014) Is the private beta we're testing before releasing GoZync 5. Stay tuned!


Docs for versions before GoZync 5 can be found here: GoZync3 or GoZync4.

Retrieved from http://archive.seedcode.com/pmwiki/index.php?n=GoZync5.VersionHistory
Page last modified on May 09, 2017, at 01:17 PM