Hi,
Is it possible to update features in a feature service using a where clause? It appears as though you need to know the OBJECTID of the feature you want to update when it would be better (at least for my situation) if I could say "update the geometry for the feature with SiteID = XXX".
The only way to do this right now is to send a query request and then use the OBJECTID returned to send the updateFeatures request.
Thanks,
Mark