ShowSymbolizeDynamicLayerSelection
Hi,
Is there a way to launch the ShowSymbolizeDynamicLayerSelection through workflow?
I am trying to implement a workflow to guide users to select demographic data to overlay dynamically. I know about the Symbolize Layer link on the layers that support it and have gotten that to work, but for the purpose of repeated overlay this is not ideal.
I see that an available command is ShowSymbolizeDynamicLayerSelection that is supposed to take a Geocortex.Essentials.Client.Layer as an argument. I have tried through workflow to use the RunExternalCommand activity and for the command parameter passing
new Geocortex.Essentials.Client.Layer(MylayerServiceUrl)
It is not clear if the url should be the original ArcGIS Server map service rest url, or the Essentials map layer url. I have tried both with ?f=json at then end and I get a serialization error.
Any tips?
--Marc
-
Okay, I got this to work. It was hanging on a serialization error. It turns out that it does not want/need a command parameter to run, so leave it blank and it will show a list of layers that can be symbolized.
Marc
0
Please sign in to leave a comment.
Comments
1 comment