GoZync4

Scriptable

GoZync4.Scriptable History

Hide minor edits - Show changes to output

July 02, 2015, at 09:08 PM by 142.4.217.188 -
Changed lines 7-8 from:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using its built in [[logs]] you can look inside, see what it's doing, and change it. (%newwin%[[http://seedcodenext.wordpress.com/2013/02/01/tip-debugging-using-gozyncs-logs/ | Searching the scripts]] for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
to:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using its built in [[logs]] you can look inside, see what it's doing, and change it. (%newwin%[[http://www.seedcode.com/tip-debugging-using-gozyncs-logs/ | Searching the scripts]] for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
Changed line 13 from:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see %newwin%[[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | "Modular Sync and the Urgency of Mobile Work"]].)
to:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see %newwin%[[http://www.seedcode.com/modular-sync-and-the-urgency-of-mobile-work/ | "Modular Sync and the Urgency of Mobile Work"]].)
June 30, 2013, at 12:49 AM by 50.132.84.245 -
Changed lines 17-18 from:
'''Decide which records to pull"
to:
'''Decide Which Records to Sync'''
Changed lines 21-22 from:
'"Only push changes to records that meet your criteria"'
to:
'''Only push changes to records that meet your criteria'''
June 30, 2013, at 12:48 AM by 50.132.84.245 -
Changed lines 17-20 from:
'''Trigger Your Own Scripted Processes as Part of Sync'''

-> We know
you have workflow already in your system--script triggers, conditions, and processes that need to be spawned when a record is edited. GoZync provides hooks for you to call these scripts, both [[BeforeEditingEntity | before]] a record is pulled down to mobile, and [[AfterCommittingEntity | after]] it is pushed back to your hosted files.
to:
'''Decide which records to pull"

-> GoZync syncs found sets, so if
you can build a find request script in FileMaker, you can constrain the sync to match your workflow, syncing just "my" records, or "my active records", etc. Learn more about [[downloading found sets]].

'"Only push changes to records that meet your criteria"'

-> Just like you script the pull, you can [[pushing found sets | decide which records to push]] up to your hosted
files. This option lets you only sync records your mobile users have "finished" instead of all the records they've simply modified.

'''Build workflow with custom field mapping'''

-> Finally, you can tag records, write to your own logs, or mark records as [[checking out records | checked out]] using [[Custom Field Mapping]] as easily as you set fields in your own scripts
.
March 26, 2013, at 02:48 PM by 98.245.113.231 -
Changed lines 7-8 from:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (%newwin%[[http://seedcodenext.wordpress.com/2013/02/01/tip-debugging-using-gozyncs-logs/ | Searching the scripts]] for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
to:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using its built in [[logs]] you can look inside, see what it's doing, and change it. (%newwin%[[http://seedcodenext.wordpress.com/2013/02/01/tip-debugging-using-gozyncs-logs/ | Searching the scripts]] for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
February 01, 2013, at 06:09 PM by 50.132.84.245 -
Changed lines 7-8 from:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (Searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
to:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (%newwin%[[http://seedcodenext.wordpress.com/2013/02/01/tip-debugging-using-gozyncs-logs/ | Searching the scripts]] for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
February 01, 2013, at 05:09 PM by 50.132.84.245 -
Changed lines 7-8 from:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
to:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (Searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
February 01, 2013, at 05:09 PM by 50.132.84.245 -
Changed lines 3-4 from:
We mean that you can get inside the sync and change the way it works just as you'd change your own FileMaker scripts. This lets you create a sync that matches your workflow.
to:
We mean that you can get inside the sync and change the way it works--just as you'd change your own FileMaker scripts. This lets you create a sync that matches your workflow.
February 01, 2013, at 05:07 PM by 50.132.84.245 -
Changed lines 13-14 from:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin%[[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]] ")
to:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see %newwin%[[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | "Modular Sync and the Urgency of Mobile Work"]].)
February 01, 2013, at 05:07 PM by 50.132.84.245 -
Changed lines 13-14 from:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin% [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")
to:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin%[[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]] ")
February 01, 2013, at 05:06 PM by 50.132.84.245 -
Changed lines 13-14 from:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see " %newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")
to:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin% [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")
February 01, 2013, at 05:06 PM by 50.132.84.245 -
Changed lines 13-14 from:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")
to:
-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see " %newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")
February 01, 2013, at 05:06 PM by 50.132.84.245 -
Changed lines 7-8 from:
When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
to:
-> When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.)
Changed lines 11-16 from:
You can tell GoZync what to so: sometimes you may want to sync just one record. Or push new orders up to your hosted system *without* pulling down ''all'' the new product prices. And as a developer you can decide how much of this flexibility to give to your mobile users.

Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")

And you get this flexibility without having to dig into scripts: GoZync has a series of simple API scripts whose parameters tell it what kind of sync you'd like to perform. Learn more about these [[Zync It]] scripts.
to:
-> You can tell GoZync what to so: sometimes you may want to sync just one record. Or push new orders up to your hosted system *without* pulling down ''all'' the new product prices. And as a developer you can decide how much of this flexibility to give to your mobile users.

-> Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")

-> And you get this flexibility without having to dig into scripts: GoZync has a series of simple API scripts whose parameters tell it what kind of sync you'd like to perform. Learn more about these [[Zync It]] scripts.
Changed lines 19-20 from:
We know you have workflow already in your system--script triggers, conditions, and processes that need to be spawned when a record is edited. GoZync provides hooks for you to call these scripts, both [[BeforeEditingEntity | before]] a record is pulled down to mobile, and [[AfterCommittingEntity | after]] it is pushed back to your hosted files.
to:
-> We know you have workflow already in your system--script triggers, conditions, and processes that need to be spawned when a record is edited. GoZync provides hooks for you to call these scripts, both [[BeforeEditingEntity | before]] a record is pulled down to mobile, and [[AfterCommittingEntity | after]] it is pushed back to your hosted files.
February 01, 2013, at 05:05 PM by 50.132.84.245 -
Changed lines 3-20 from:
=)
to:
We mean that you can get inside the sync and change the way it works just as you'd change your own FileMaker scripts. This lets you create a sync that matches your workflow.

'''Built Solely in FileMaker Pro'''

When we say "scriptable" we mean it: all the work of GoZync is done in FileMaker scripts. There are no plugins or webcode to worry about. GoZync is not a black box, and using it's built in [[logs]] you can look inside, see what it's doing, and change it. (searching the scripts for strings you find in the logs is one of the great ways to find the precise script where GoZync is, for example, building your found set to sync.
)

'''Call Different Sync Actions as You Need Them'''

You can tell GoZync what to so: sometimes you may want to sync just one record. Or push new orders up to your hosted system *without* pulling down ''all'' the new product prices. And as a developer you can decide how much of this flexibility to give to your mobile users.

Flexibility like this suits the ''urgency'' of mobile work. (For more, see "%newwin [[http://seedcodenext.wordpress.com/2012/10/09/modular-sync-and-the-urgency-of-mobile-work/ | Modular Sync and the Urgency of Mobile Work]]")

And you get this flexibility without having to dig into scripts: GoZync has a series of simple API scripts whose parameters tell it what kind of sync you'd like to perform. Learn more about these [[Zync It]] scripts.

'''Trigger Your Own Scripted Processes as Part of Sync'''

We know you have workflow already in your system--script triggers, conditions, and processes that need to be spawned when a record is edited. GoZync provides hooks for you to call these scripts, both [[BeforeEditingEntity | before]] a record is pulled down to mobile, and [[AfterCommittingEntity | after]] it is pushed back to your hosted files.

July 04, 2012, at 06:21 PM by 71.212.48.84 -
Added lines 1-3:
!! What do you mean that GoZync is "Scriptable"?

=)
(855) SEEDCODE
[email protected]
Follow us: