Trouble running workflow or command in feature long description
Hello, I am trying to duplicate an HTML5 viewer from our Silverlight viewer. I have a couple of things I'm having issues with. I have two items in the feature long description:
<a href="command:RunWorkflowWithArguments?workflowId=HealthDept&ParcelID={PARCEL_ID}">Health Department Map</a>
<a href="command:RunFeatureReport?{$Feature}">Parcel Report / Map</a>
Both work fine in the Silverlight viewer, but both fail in the HTML5 viewer. They both say "The address wasn't understood". Does anyone have an idea what I am doing wrong?
Thanks
Mike
-
For the workflow, try: <a href="command:RunWorkflowWithArguments?workflowId=HealthDept & ParcelID={PARCEL_ID}">Health Department Map</a>
The report command will not work as there is no equivalent in the HTML5 viewer currently. It would be possible to create a wrapper workflow to attain similar functionality.
-Kevin
0 -
I tried your suggestion and it still does not work. When I click the link for the workflow this appears in the address bar: command:RunWorkflowWithArguments?workflowId=HealthDept&ParcelID=15-051310, and the pages says "The address wasn't understood". Am I missing a configuration setting or something somewhere?
Thanks, Mike
0 -
Mike,
This is a known issue with 2.3 and earlier. We have made a fix and workflow links in the feature details will be back in working order in our upcoming release 2.4 of Geocortex Viewer for HTML5. For your reference, the issue number is GVH-5129
--Alejandro
0
Please sign in to leave a comment.
Comments
3 comments