Hello,
I did an update operation on a featureLayer but when I tried a query operation on this feature layer I did not see any of my modifications.
However using REST API and a query operation on the feature layer (for example : http://myComputer/arcgis/rest/service/MyFeatureLayer/FeatureServer/1/query) I can see all my modifications.
I need to reload the flexviewer to see my modifications.
I tried to refresh featureLayer using refresh method. I disabled flex caching on my featureLayer(disableClientCaching = true). I even remove and re-add featureLayer on the map.
I used all different mode (FeatureLayer.MODE_ON_DEMAND, snapshots, onSelection).
What have I to do to see my modifications on my featureLayer without reloading the flexviewer ?