Issue with "ShowFeatureDetails" External Command
I am unable to get anything to happen when trying to run the external command: "ShowFeatureDetails" Everything works as expected up until that point.
I have the following sequence: "CreateHighlightLayer" > "SetActiveHighlightLayer" > "HighlightEsriFeatureSet" > "ShowFeatureDetails"
"CreateHighlightLayer" & "SetActiveHighlightLayer" parameters are a string var set to a layer in the map (The name/ID of the highlight layer (string).)
"HighlightEsriFeatureSet" is set to a Feature Set that is essentially the same layer mentioned above. (ESRI.ArcGIS.Client.Tasks.FeatureSet)
What is the parameter of "ShowFeatureDetails" supposed to be? I don't get how/where (Geocortex.Essentials.Client.Tasks.Feature) gets set. Any insight on this? What is the expected behavior of this command? I am guessing a popup or something showing the results of the feature, similar to an identify. Please advise...
Thanks!!!!
-
Unfortunately you won't be able to use this command from Workflow, as the required type (Geocortex.Essentials.Client.Tasks.Feature) is not serializable (ie: it cannot be translated into text to transmit over the network), and therefore cannot be used in an External Command activity.
0
Please sign in to leave a comment.
Comments
1 comment