Retrieve Subtypes from Feature Service in Mobile
Does anyone know how to go about getting the list of subtypes off of the feature service in Mobile?
if i was doing this in a workflow from the GHV i would use the $getLayer.layer.types property. When I look at the response of the mobile viewer in the GO iOS app, i do not see the 'types' property returned from the activity and the 'Get Feature Layer Info' activity is not supported in GMV.
Any help is appreciated.
-
I figured this one out.
The subtypes from the ArcGIS Server REST service are held in the context object of the workflow input and can be accessed in a Get Form Element Items From Collection activity but using $wfInputsActivity.inputs.context[0].schema.types
0 -
@Bingham, Bryan? - You can also use the Get Feature Layer Info activity as well. The Subtypes are in there as well as any Domain values for each different subtype.
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires