Skip to main content

Pass Attribute from Mouse Click into Workflow

Comments

5 comments

  • Permanently deleted user
    I'd suggest passing arguments:

     

    <a href="command:RunWorkflowWithArguments?workflowId=CPG_DriveTo&amp;argX={WOXCOORDINATE}&amp;argY={WOYCOORDINATE}&amp;argID={WORKORDERID}">Drive To&nbsp;</a>

     

    Then in your workflow add the arguments (direction In) with the same name and use them like variables.

     

     
    0
  • Permanently deleted user
    Hi Geoff, Thank you for the response! So I"ve created a simple Alert workflow to test your suggestion...User-added image

     

    Added the workflow to manager...

     

    User-added image

     

    And added the hyperlink in the feature long description...

     

    <a href="command:RunWorkflowWithArguments?workflowId=Argument&id={recordID}">Argument</a>

     

    However, the Alert is still showing up blank...

     

    User-added image

     

    Any suggestions?

     

     
    0
  • Permanently deleted user
    Nevermind, I figured it out. My problem was in the hyperlink in the feature long description...I had this...

     

    <a href="command:RunWorkflowWithArguments?workflowId=Argument&amp;id={recordID}">Argument</a>

     

    and I should've had this...

     

    <a href="command:RunWorkflowWithArguments?workflowId=Argument&amp;recordID={recordID}">Argument</a>
    0
  • Tom Neer
    &amp; not required use: <a href="command:RunWorkflowWithArguments?workflowId=Argument&id={recordID}">Argument</a> Just to be sure, you configured your worklow to accept arguments in the Geocortex Manager. Did you put in a test value?

     

     
    0
  • Tom Neer
    Glad you found it Lisa!
    0

Please sign in to leave a comment.