I have a situation where I want to symbolize a feature class based on it having a related item. My solution was to create a spatial view where I set up the join between the two tables. I then add this layer to ArcMap and publish it as a service. Everything works perfectly, except that when I add/remove a related item, the map does not update. When I open ArcMap I can see that the item was added to the view and it is visible on the map. The only way I have been able to see this in the service is to restart the service. As it is not practical to restart the service after every edit, does anyone have an idea of what to do? I have tried changing the mode of the feature layer and setting the
disableClientCaching to true with no luck. My guess is that it has to do with using a spatial view, but at this point it is just a hypothesis.