My use case is such that mobile users need some records that have containers. The hub has containers stored externally.
Deploying to the mobile device breaks the container. Triggering the Server side record will 'refresh' the mobile container and display its contents (after a sync)
Can I force a table (or found set) to sync from the server to the mobile device WITHOUT forcing those images to download to all the other mobile devices?.
Each iPad will have its own set of records. What are some options here? Am I forced to tickle the containers server side forcing a download or any device that would normally download them?
Is there a way to force a download of just this one table and not affect the others? or the modTimeStamp?
cheers