Ocean West Posted April 28, 2015 Posted April 28, 2015 User captures full images in the field and syncs them to the server - i am trying to remember the workflow to make sure that images once captured and synced up only thumbnails are ever synced back out to other users.
evanseeds Posted April 29, 2015 Posted April 29, 2015 My first instinct would be to have pictures and thumbnails in separate tables, and configure the full image to be a one-way sync from spoke to hub, while the thumbnail table would be configured as a bi-directional sync, with some sort of scripting on the server side that would automatically generate thumbnails and thumbnail records from the full images. If this doesn't sound like it would work with your situation, let me know some more details about your database, and we should be able to figure something out!
Jesse Barnum Posted April 30, 2015 Posted April 30, 2015 I agree with Evan. Remember that if you want to, you can also use the MirrorSync customization script and trigger after inserts and updates to generate the thumbnail in the other table.
Recommended Posts
This topic is 3496 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now