Page 1 of 1

One field missing in sync

PostPosted: Mon May 28, 2012 10:09 am
by Nina
Anyone have an idea why just one field won't download from the hosted file through GoZync Connector? The field is on both the import layout in my mobile file and the related table outbox layout in GoZync Connector. I'm stumped.

Re: One field missing in sync

PostPosted: Mon May 28, 2012 10:30 am
by John Sindelar
Hey Nina,

Well the field needs a SetField() line for it, so it could just be missing that. (Placing the field on the outbox layout ensures it is included in the document passed down to mobile, but you still need the SetField() step in mobile to do something with the field.)

Could that be it?

- John

Re: One field missing in sync

PostPosted: Mon May 28, 2012 10:43 am
by Nina
Yes, that was it exactly. I apparently changed the field name somewhere along the way and forgot about that one script where it sets the variable to the field. Thanks!