Hi there
We're currently trying to allow search for field contents on subtype sublayers. While we're able to display the SubtypeFeatureLayers as well as its sublayers being deployed in a webmap or a mobile map, we're somehow struggling to find a suitable approach for querying data from the sublayers.
What would be the correct way of getting a "table" per sublayer? Of course we can access the sublayer's parent layer and grab the ServiceFeatureTable there (copying its url and create a new instance of it) and assign a definition expression to it. But is this the intended approach?
The DefinitionExpression on the SubtypeSublayer is always empty, the MapServiceSublayerInfo is always null.
Cheers,
Michael