Solved! Go to Solution.
Also, is it possible to setup the mobile project so that it queries the data from the map service. Meaning, lets say I want to use a map service that has all the signs along the highways throughout the state. But then specify within the mobile project to only pull in those signs within a certain county?Not that I know of. You can put a definition query on a layer before it's published as a map service for use in Mobile, but then it flows through the entire stack. I can't think of a way without using the SDK for a custom task or extension to do that. It will sync whatever is in that feature class defined by the definition query.
I tinkered a bit further and actually set up a definition query to say that 'GLOBALID is not null'. Since GLOBALID is needed for ArcGIS Mobile, every time a user uploaded then downloaded it would remove the collected features from the MobileCache. Just another thought!