Page 1 of 1

GoZync 4, can I just check...

PostPosted: Tue Oct 15, 2013 12:19 pm
by brian.curran
Hi,
I'm several hours in on an upgrade from gz3 to gz4 and could do with some advice on the last couple of points.

The script "Zync - Is a new version permitted"
I'm guessing that this checks the Mobile file to see if any records need 'pushing' to the Hosted file before overwriting the Mobile file with an update. Is this correct?

If yes, I only have two TOs that push data upstream so what do I need to add to the script?

Also, the "Go To Related Records" Script, is this for child TOs as well?

Thanks
Brian.

Re: GoZync 4, can I just check...

PostPosted: Tue Oct 15, 2013 12:32 pm
by jeffalmquist
You'll need to add a branch to the "Zync - Is a new version permitted" script for the second table you want to check. Just duplicate the steps that you see highlighted in the screen shot and change the layout in the "Go to Layout" step.

Yes, you configure all tables to be synched in the "Setup Go To Related Records (TOName)" script, regardless of whether they are set up as children of another table in GoZyncHosted.

HTH... -Jeff

Re: GoZync 4, can I just check...

PostPosted: Tue Oct 15, 2013 12:49 pm
by brian.curran
Thanks Jeff, I realised that all TOs needed to be in the GTRR script so I've added them in. However, when I run the test script I receive a 414 error for one of the TOs.

I've checked and double checked and it all seems fine, could the problem be elsewhere?

Brian.

Re: GoZync 4, can I just check...

PostPosted: Tue Oct 15, 2013 1:14 pm
by jeffalmquist
Error 414 means "Layout cannot display the result". I would double-check that the layout for that table in GoZyncMobile is associated with the correct table occurrence.

Re: GoZync 4, can I just check...

PostPosted: Tue Oct 15, 2013 1:19 pm
by brian.curran
I had my gzH and gzM mixed up!

Thanks Jeff :)