Quantcast
Channel: MirrorSync by 360Works Latest Topics
Viewing all articles
Browse latest Browse all 492

Getting attachments on current record

$
0
0

So all setup now on MS 3.v3 and using JDBC for the sync of 9 tables, some tables are hub > spoke the attachment tables are spoke > hub and things are pretty quick for initial sync.

and even after an exam is synced up its pretty quick with the small overhead of any new pdf's or images from the ios device being uploaded. 

only one table is using the Custom SQL qualifier  the logic is "WHERE doSync = 1" the field doSync is a calculation :

Min ( arrayDate) ≥ (Get(CurrentDate) - 7 )  and Max ( arrayDate) ≤ (Get(CurrentDate) + 7 )

seems to be pulling the correct data 

because we are only pushing images to the hub there are cases where the inspector wishes to see images or PDF from a few days ago - is there any way to initiate a sync for the record that he is viewing to pull down the pdfs and images? 

 


Viewing all articles
Browse latest Browse all 492

Trending Articles