Hoppa till huvudinnehållet

launch workflow from maptip - capture feature's ID

Kommentarer

5 kommentarer

  • Permanently deleted user
    Hi Linda, I believe you'll want something like this in your Feature Long Description...

     

    a href="command:RunWorkflowWithArguments?workflowId={WorkflowID}&amp;{inarg}={OBJECTID}">{Text to Appear in Pop-up}</a>

     

    I"m super new to workflows but asked a very similiar question not too long ago, hope this helps!
    0
  • Permanently deleted user
    Hi Lisa

     

    Thanks for advice. Since my current workflow is not taking in an argument, I modified the href to just run the existing workflow as it but it doesn't seem to run. Any suggestions?

     

    <a href="command:RunWorkflowByID?workflowId=Edit_Gathering_Attributes">Edit Gathering Data</a>
    0
  • Permanently deleted user
    Try changing the D to a lowercase d in RunWorkflowByID...
    0
  • Permanently deleted user
    Not sure why but it doesn't work still. However, I added an argument into my workflow and changed the command back to RunWorkflowWithArguments and that worked. Thanks for your help!
    0
  • Permanently deleted user
    Linda,

     

    It looks like the command RunWorkflowById only takes 1 parameter, so I think it is trying to run a workflow named 'workflowId=Edit_Gathering_Attributes' which doesn't exist.  

     

    If you cange your link to the following it should work, at least it does in my sites: <a href="command:RunWorkflowById?Edit_Gathering_Attributes">Edit Gathering Data</a>
    0

Du måste logga in om du vill lämna en kommentar.