Eden Morris Posted January 21, 2015 Posted January 21, 2015 I have a table for images, it is set to push from the client. I want to make a script that will let me send a select statement to the host that will get the related images for a record and pull just those records to the client. Can you point me in the right direction to create this? I want to make sure that I do not reinvent the wheel if there is already a hook somewhere to do this. Also if you can think of any things to look out for such as preventing the regular sync process from deleting records that I have pulled?
timdietrich Posted January 21, 2015 Posted January 21, 2015 Eden -- Syncing specific records is supported by EasySync. For guidance, take a look at "Integration FAQ & Best Practices" which is available here: http://fmeasysync.com/docs-easysync-integration/ -- Tim
Jodin Posted February 18, 2015 Posted February 18, 2015 I need more detail here also. I've read the linked documentation. I have a system where a site has 1 parent record and 8 child tables. The client wants to be able to sync by site. I can do a full sync and sync just the site table to get my list of available sites, but I'm not sure of the best practice for specifying a sync for only the records related to that site. Any changes I make on the client are still on the client. Would I need 2 syncs to perform this, 1 to send a stack of site ID's into the ES_Exclude logic on the server, and another to pull the records that resolve back to that site?
Eden Morris Posted February 18, 2015 Author Posted February 18, 2015 I read that section and it looks like doing a sync before I upload the file should work and there is nothing else I need to do is that correct? I just want to make sure that there isn't anything odd that happens with the PersistentID or something else I am not thinking of.
Recommended Posts
This topic is 3835 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