How to use AddPushpin command
Hi,
There is a command 'AddPushpin' available in the latest HTML5 commands API which will allow to place pushpin on map from workflow.
I am not able to understand what is the input parameter that must be given to the command. Anyone please help me with this.
Thanks,
Srikanth
0
-
Hi Srikanth,
The "AddPushpin" command requires an object with the following type for its input parameter:
geocortex.essentialsHtmlViewer.mapping.infrastructure.Feature
You can use "AddPushpin" and "RemovePushpin" in the Feature Actions context menu by using {{context}} as the command parameter, but you won't be able to use a workflow to get the necessary input parameter object. If you need to work with pushpins in workflows, "AddPushpins" will be an easier command to use because it only requires a FeatureSetCollection Id.
Hope that helps,
Amanda0
Please sign in to leave a comment.
Comments
1 comment